Html Css Color HEX #B66ACC Medium Orchid

📋 copy color: '#B66ACC'

red 182 ◦ green 106 ◦ blue 204

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

Shades of Medium Orchid #B66ACC

Tints of Medium Orchid #B66ACC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.54%

 BLUE value IS 204 (80.08% from 255) = 41.46%

R = 36.99%
G = 21.54%
B = 41.46%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B66ACC (or 0xB66ACC) is known color: Medium Orchid. HEX triplet: B6, 6A and CC. RGB value is (182,106,204). Sum of RGB (Red+Green+Blue) = 182+106+204=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 106 (41.80% from 255 or 21.54% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #B66ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66ACC is #499533. Grayscale: #8B8B8B. Windows color (decimal): -4822324 or 13396662. OLE color: 13396662.

HSL color Cylindrical-coordinate representation of color #B66ACC: hue angle of 286.53º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B66ACC is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 182 106 204 -
CMYK 0.11 0.48 0 0.2
HSL 286.53º 0.49% 0.61% -
HSV(B) 286.53º 0.48% 0.8% -
XYZ 35.34 24.61 60.01 -
YUV 139.9 164.18 158.03 -
System Red Green Blue C M Y K H S L
Decimal 182 106 204 0.11 0.48 0 0.2 286.53 0.49 0.61
Hex B6 6A CC B 30 0 14 11F 31 3D
Octal 266 152 314 13 60 0 24 437 61 75
Binary 10110110 1101010 11001100 1011 110000 0 10100 100011111 110001 111101

Color Harmonies of #B66ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66ACC

Black with #B66ACC

Text Example


Text Example

White with #B66ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66ACC; }

 p { color: rgb(182,106,204); }

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

background-color css

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

 a { background-color: rgb(182,106,204); }

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

border-color css

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

 span { border-color: rgb(182,106,204); }

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