Html Css Color HEX #B66BDC Medium Orchid

📋 copy color: '#B66BDC'

red 182 ◦ green 107 ◦ blue 220

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

Shades of Medium Orchid #B66BDC

Tints of Medium Orchid #B66BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.22%

R = 35.76%
G = 21.02%
B = 43.22%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B66BDC (or 0xB66BDC) is known color: Medium Orchid. HEX triplet: B6, 6B and DC. RGB value is (182,107,220). Sum of RGB (Red+Green+Blue) = 182+107+220=509 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.76% from 509); Green value is 107 (42.19% from 255 or 21.02% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #B66BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66BDC is #499423. Grayscale: #8D8D8D. Windows color (decimal): -4822052 or 14445494. OLE color: 14445494.

HSL color Cylindrical-coordinate representation of color #B66BDC: hue angle of 279.82º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B66BDC is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 107 220 -
CMYK 0.17 0.51 0 0.14
HSL 279.82º 0.62% 0.64% -
HSV(B) 279.82º 0.51% 0.86% -
XYZ 37.47 25.63 70.68 -
YUV 142.31 171.85 156.31 -
System Red Green Blue C M Y K H S L
Decimal 182 107 220 0.17 0.51 0 0.14 279.82 0.62 0.64
Hex B6 6B DC 11 33 0 E 118 3E 40
Octal 266 153 334 21 63 0 16 430 76 100
Binary 10110110 1101011 11011100 10001 110011 0 1110 100011000 111110 1000000

Color Harmonies of #B66BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66BDC

Black with #B66BDC

Text Example


Text Example

White with #B66BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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