Html Css Color HEX #B66DCA Medium Orchid

📋 copy color: '#B66DCA'

red 182 ◦ green 109 ◦ blue 202

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

Shades of Medium Orchid #B66DCA

Tints of Medium Orchid #B66DCA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.11%

 BLUE value IS 202 (79.3% from 255) = 40.97%

R = 36.92%
G = 22.11%
B = 40.97%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B66DCA (or 0xB66DCA) is known color: Medium Orchid. HEX triplet: B6, 6D and CA. RGB value is (182,109,202). Sum of RGB (Red+Green+Blue) = 182+109+202=493 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.92% from 493); Green value is 109 (42.97% from 255 or 22.11% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #B66DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66DCA is #499235. Grayscale: #8D8D8D. Windows color (decimal): -4821558 or 13266358. OLE color: 13266358.

HSL color Cylindrical-coordinate representation of color #B66DCA: hue angle of 287.1º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B66DCA is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 182 109 202 -
CMYK 0.10 0.46 0 0.21
HSL 287.1º 0.47% 0.61% -
HSV(B) 287.1º 0.46% 0.79% -
XYZ 35.42 25.15 58.86 -
YUV 141.43 162.18 156.94 -
System Red Green Blue C M Y K H S L
Decimal 182 109 202 0.10 0.46 0 0.21 287.1 0.47 0.61
Hex B6 6D CA A 2E 0 15 11F 2F 3D
Octal 266 155 312 12 56 0 25 437 57 75
Binary 10110110 1101101 11001010 1010 101110 0 10101 100011111 101111 111101

Color Harmonies of #B66DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66DCA

Black with #B66DCA

Text Example


Text Example

White with #B66DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66DCA; }

 p { color: rgb(182,109,202); }

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

background-color css

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

 a { background-color: rgb(182,109,202); }

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

border-color css

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

 span { border-color: rgb(182,109,202); }

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