Html Css Color HEX #B66BDB Medium Orchid

📋 copy color: '#B66BDB'

red 182 ◦ green 107 ◦ blue 219

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

Shades of Medium Orchid #B66BDB

Tints of Medium Orchid #B66BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.11%

R = 35.83%
G = 21.06%
B = 43.11%

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

#B66BDB (or 0xB66BDB) is known color: Medium Orchid. HEX triplet: B6, 6B and DB. RGB value is (182,107,219). Sum of RGB (Red+Green+Blue) = 182+107+219=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #B66BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66BDB is #499424. Grayscale: #8D8D8D. Windows color (decimal): -4822053 or 14379958. OLE color: 14379958.

HSL color Cylindrical-coordinate representation of color #B66BDB: hue angle of 280.18º degrees, saturation: 0.61, 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 #B66BDB is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 107 219 -
CMYK 0.17 0.51 0 0.14
HSL 280.18º 0.61% 0.64% -
HSV(B) 280.18º 0.51% 0.86% -
XYZ 37.34 25.57 69.99 -
YUV 142.19 171.35 156.39 -
System Red Green Blue C M Y K H S L
Decimal 182 107 219 0.17 0.51 0 0.14 280.18 0.61 0.64
Hex B6 6B DB 11 33 0 E 118 3D 40
Octal 266 153 333 21 63 0 16 430 75 100
Binary 10110110 1101011 11011011 10001 110011 0 1110 100011000 111101 1000000

Color Harmonies of #B66BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66BDB

Black with #B66BDB

Text Example


Text Example

White with #B66BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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