#B64BF0

Color #B64BF0 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B64BF0

Tints of Medium Orchid #B64BF0

Color information

#B64BF0 (or 0xB64BF0) is unknown color: approx Medium Orchid. HEX triplet: B6, 4B and F0. RGB value is (182,75,240). Sum of RGB (Red+Green+Blue) = 182+75+240=497 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.62% from 497); Green value is 75 (29.69% from 255 or 15.09% from 497); Blue value is 240 (94.14% from 255 or 48.29% from 497); Max value from RGB is 240 - color contains mainly: blue. Hex color #B64BF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B64BF0 is #49B40F. Grayscale: #7D7D7D. Windows color (decimal): -4830224 or 15748022. OLE color: 15748022.

HSL color Cylindrical-coordinate representation of color #B64BF0: hue angle of 278.91º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B64BF0 is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB18275240-
CMYK0.240.6900.06
HSL278.91º84.62%61.76%-
HSV(B)278.91º68.75%94.12%-
XYZ37.5421.2784.56-
YUV125.8192.45168.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 36.62%
GREEN value IS 75 (29.69% from 255) = 15.09%
BLUE value IS 240 (94.14% from 255) = 48.29%
R=36.62%
G=15.09%
B=48.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal182752400.240.6900.06278.9184.6261.76
HexB64BF0184506117553e
Octal266113360301050642712576
Binary1011011010010111111000011000100010101101000101111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64BF0; }

 p { color: rgb(182,75,240); }

 H1.HeaderClassName
 {
   color: #B64BF0;
 }
 .AnyTagClassName
 {
   color: #B64BF0;
 }
</style>
background-color css

<style>
 a { background-color: #B64BF0; }

 a { background-color: rgb(182,75,240); }

 div.DivClassName
 {
   background-color: #B64BF0;
 }
 .BgClassName
 {
   background-color: #B64BF0;
 }
</style>
border-color css

<style>
 span { border-color: #B64BF0; }

 span { border-color: rgb(182,75,240); }

 td.TdClassName
 {
   border-color: #B64BF0;
 }
 .TagClassName
 {
   border-color: #B64BF0;
 }
</style>