Html Css Color HEX #B66CEF Medium Orchid

📋 copy color: '#B66CEF'

red 182 ◦ green 108 ◦ blue 239

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

Shades of Medium Orchid #B66CEF

Tints of Medium Orchid #B66CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.18%

R = 34.4%
G = 20.42%
B = 45.18%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B66CEF (or 0xB66CEF) is known color: Medium Orchid. HEX triplet: B6, 6C and EF. RGB value is (182,108,239). Sum of RGB (Red+Green+Blue) = 182+108+239=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 108 (42.58% from 255 or 20.42% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #B66CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B66CEF is #499310. Grayscale: #909090. Windows color (decimal): -4821777 or 15690934. OLE color: 15690934.

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

Color convert

RGB 182 108 239 -
CMYK 0.24 0.55 0 0.06
HSL 273.89º 0.8% 0.68% -
HSV(B) 273.89º 0.55% 0.94% -
XYZ 40.23 26.9 84.73 -
YUV 145.06 181.02 154.35 -
System Red Green Blue C M Y K H S L
Decimal 182 108 239 0.24 0.55 0 0.06 273.89 0.8 0.68
Hex B6 6C EF 18 37 0 6 112 50 44
Octal 266 154 357 30 67 0 6 422 120 104
Binary 10110110 1101100 11101111 11000 110111 0 110 100010010 1010000 1000100

Color Harmonies of #B66CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66CEF

Black with #B66CEF

Text Example


Text Example

White with #B66CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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