Html Css Color HEX #B066EC Medium Orchid

📋 copy color: '#B066EC'

red 176 ◦ green 102 ◦ blue 236

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

Shades of Medium Orchid #B066EC

Tints of Medium Orchid #B066EC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.84%

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

R = 34.24%
G = 19.84%
B = 45.91%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B066EC (or 0xB066EC) is known color: Medium Orchid. HEX triplet: B0, 66 and EC. RGB value is (176,102,236). Sum of RGB (Red+Green+Blue) = 176+102+236=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 102 (40.23% from 255 or 19.84% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #B066EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B066EC is #4F9913. Grayscale: #8A8A8A. Windows color (decimal): -5216532 or 15492784. OLE color: 15492784.

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

Color convert

RGB 176 102 236 -
CMYK 0.25 0.57 0 0.07
HSL 273.13º 0.78% 0.66% -
HSV(B) 273.13º 0.57% 0.93% -
XYZ 37.8 24.79 82.15 -
YUV 139.4 182.52 154.1 -
System Red Green Blue C M Y K H S L
Decimal 176 102 236 0.25 0.57 0 0.07 273.13 0.78 0.66
Hex B0 66 EC 19 39 0 7 111 4E 42
Octal 260 146 354 31 71 0 7 421 116 102
Binary 10110000 1100110 11101100 11001 111001 0 111 100010001 1001110 1000010

Color Harmonies of #B066EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B066EC

Black with #B066EC

Text Example


Text Example

White with #B066EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B066EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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