Html Css Color HEX #B66BEB Medium Orchid

📋 copy color: '#B66BEB'

red 182 ◦ green 107 ◦ blue 235

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

Shades of Medium Orchid #B66BEB

Tints of Medium Orchid #B66BEB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.42%

 BLUE value IS 235 (92.19% from 255) = 44.85%

R = 34.73%
G = 20.42%
B = 44.85%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B66BEB (or 0xB66BEB) is known color: Medium Orchid. HEX triplet: B6, 6B and EB. RGB value is (182,107,235). Sum of RGB (Red+Green+Blue) = 182+107+235=524 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.73% from 524); Green value is 107 (42.19% from 255 or 20.42% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #B66BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B66BEB is #499414. Grayscale: #8F8F8F. Windows color (decimal): -4822037 or 15428534. OLE color: 15428534.

HSL color Cylindrical-coordinate representation of color #B66BEB: hue angle of 275.16º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B66BEB is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 182 107 235 -
CMYK 0.23 0.54 0 0.08
HSL 275.16º 0.76% 0.67% -
HSV(B) 275.16º 0.54% 0.92% -
XYZ 39.54 26.46 81.62 -
YUV 144.02 179.35 155.09 -
System Red Green Blue C M Y K H S L
Decimal 182 107 235 0.23 0.54 0 0.08 275.16 0.76 0.67
Hex B6 6B EB 17 36 0 8 113 4C 43
Octal 266 153 353 27 66 0 10 423 114 103
Binary 10110110 1101011 11101011 10111 110110 0 1000 100010011 1001100 1000011

Color Harmonies of #B66BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66BEB

Black with #B66BEB

Text Example


Text Example

White with #B66BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66BEB; }

 p { color: rgb(182,107,235); }

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

background-color css

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

 a { background-color: rgb(182,107,235); }

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

border-color css

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

 span { border-color: rgb(182,107,235); }

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