Html Css Color HEX #B66ACB Medium Orchid

📋 copy color: '#B66ACB'

red 182 ◦ green 106 ◦ blue 203

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

Shades of Medium Orchid #B66ACB

Tints of Medium Orchid #B66ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.34%

R = 37.07%
G = 21.59%
B = 41.34%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B66ACB (or 0xB66ACB) is known color: Medium Orchid. HEX triplet: B6, 6A and CB. RGB value is (182,106,203). Sum of RGB (Red+Green+Blue) = 182+106+203=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 106 (41.80% from 255 or 21.59% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #B66ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66ACB is #499534. Grayscale: #8B8B8B. Windows color (decimal): -4822325 or 13331126. OLE color: 13331126.

HSL color Cylindrical-coordinate representation of color #B66ACB: hue angle of 287.01º degrees, saturation: 0.48, 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 #B66ACB is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 106 203 -
CMYK 0.10 0.48 0 0.20
HSL 287.01º 0.48% 0.61% -
HSV(B) 287.01º 0.48% 0.8% -
XYZ 35.22 24.56 59.38 -
YUV 139.78 163.68 158.11 -
System Red Green Blue C M Y K H S L
Decimal 182 106 203 0.10 0.48 0 0.20 287.01 0.48 0.61
Hex B6 6A CB A 30 0 14 11F 30 3D
Octal 266 152 313 12 60 0 24 437 60 75
Binary 10110110 1101010 11001011 1010 110000 0 10100 100011111 110000 111101

Color Harmonies of #B66ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66ACB

Black with #B66ACB

Text Example


Text Example

White with #B66ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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