Html Css Color HEX #B064EC Medium Orchid

📋 copy color: '#B064EC'

red 176 ◦ green 100 ◦ blue 236

#B064EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B064EC

Tints of Medium Orchid #B064EC

RGB

 RED value IS 176 (69.14% from 255) = 34.38%

 GREEN value IS 100 (39.45% from 255) = 19.53%

 BLUE value IS 236 (92.58% from 255) = 46.09%

R = 34.38%
G = 19.53%
B = 46.09%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B064EC (or 0xB064EC) is known color: Medium Orchid. HEX triplet: B0, 64 and EC. RGB value is (176,100,236). Sum of RGB (Red+Green+Blue) = 176+100+236=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 100 (39.45% from 255 or 19.53% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #B064EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B064EC is #4F9B13. Grayscale: #898989. Windows color (decimal): -5217044 or 15492272. OLE color: 15492272.

HSL color Cylindrical-coordinate representation of color #B064EC: hue angle of 273.53º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B064EC is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 100 236 -
CMYK 0.25 0.58 0 0.07
HSL 273.53º 0.78% 0.66% -
HSV(B) 273.53º 0.58% 0.93% -
XYZ 37.6 24.4 82.08 -
YUV 138.23 183.18 154.94 -
System Red Green Blue C M Y K H S L
Decimal 176 100 236 0.25 0.58 0 0.07 273.53 0.78 0.66
Hex B0 64 EC 19 3A 0 7 112 4E 42
Octal 260 144 354 31 72 0 7 422 116 102
Binary 10110000 1100100 11101100 11001 111010 0 111 100010010 1001110 1000010

Color Harmonies of #B064EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B064EC

Black with #B064EC

Text Example


Text Example

White with #B064EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B064EC; }

 p { color: rgb(176,100,236); }

 H1.HeaderClassName
 {
   color: #B064EC;
 }
 .AnyTagClassName
 {
   color: #B064EC;
 }
</style>

background-color css

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

 a { background-color: rgb(176,100,236); }

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

border-color css

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

 span { border-color: rgb(176,100,236); }

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