Html Css Color HEX #B66CE8 Medium Orchid

📋 copy color: '#B66CE8'

red 182 ◦ green 108 ◦ blue 232

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

Shades of Medium Orchid #B66CE8

Tints of Medium Orchid #B66CE8

RGB

 RED value IS 182 (71.48% from 255) = 34.87%

 GREEN value IS 108 (42.58% from 255) = 20.69%

 BLUE value IS 232 (91.02% from 255) = 44.44%

R = 34.87%
G = 20.69%
B = 44.44%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B66CE8 (or 0xB66CE8) is known color: Medium Orchid. HEX triplet: B6, 6C and E8. RGB value is (182,108,232). Sum of RGB (Red+Green+Blue) = 182+108+232=522 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.87% from 522); Green value is 108 (42.58% from 255 or 20.69% from 522); Blue value is 232 (91.02% from 255 or 44.44% from 522); Max value from RGB is 232 - color contains mainly: blue. Hex color #B66CE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B66CE8 is #499317. Grayscale: #8F8F8F. Windows color (decimal): -4821784 or 15232182. OLE color: 15232182.

HSL color Cylindrical-coordinate representation of color #B66CE8: hue angle of 275.81º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B66CE8 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 182 108 232 -
CMYK 0.22 0.53 0 0.09
HSL 275.81º 0.73% 0.67% -
HSV(B) 275.81º 0.53% 0.91% -
XYZ 39.22 26.5 79.39 -
YUV 144.26 177.52 154.92 -
System Red Green Blue C M Y K H S L
Decimal 182 108 232 0.22 0.53 0 0.09 275.81 0.73 0.67
Hex B6 6C E8 16 35 0 9 114 49 43
Octal 266 154 350 26 65 0 11 424 111 103
Binary 10110110 1101100 11101000 10110 110101 0 1001 100010100 1001001 1000011

Color Harmonies of #B66CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66CE8

Black with #B66CE8

Text Example


Text Example

White with #B66CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66CE8; }

 p { color: rgb(182,108,232); }

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

background-color css

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

 a { background-color: rgb(182,108,232); }

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

border-color css

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

 span { border-color: rgb(182,108,232); }

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