Html Css Color HEX #BB6FDB Medium Orchid

📋 copy color: '#BB6FDB'

red 187 ◦ green 111 ◦ blue 219

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

Shades of Medium Orchid #BB6FDB

Tints of Medium Orchid #BB6FDB

RGB

 RED value IS 187 (73.44% from 255) = 36.17%

 GREEN value IS 111 (43.75% from 255) = 21.47%

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

R = 36.17%
G = 21.47%
B = 42.36%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB6FDB (or 0xBB6FDB) is known color: Medium Orchid. HEX triplet: BB, 6F and DB. RGB value is (187,111,219). Sum of RGB (Red+Green+Blue) = 187+111+219=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB6FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6FDB is #449024. Grayscale: #919191. Windows color (decimal): -4493349 or 14380987. OLE color: 14380987.

HSL color Cylindrical-coordinate representation of color #BB6FDB: hue angle of 282.22º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB6FDB is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 111 219 -
CMYK 0.15 0.49 0 0.14
HSL 282.22º 0.6% 0.65% -
HSV(B) 282.22º 0.49% 0.86% -
XYZ 38.96 27.05 70.19 -
YUV 146.04 169.18 157.22 -
System Red Green Blue C M Y K H S L
Decimal 187 111 219 0.15 0.49 0 0.14 282.22 0.6 0.65
Hex BB 6F DB F 31 0 E 11A 3C 41
Octal 273 157 333 17 61 0 16 432 74 101
Binary 10111011 1101111 11011011 1111 110001 0 1110 100011010 111100 1000001

Color Harmonies of #BB6FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6FDB

Black with #BB6FDB

Text Example


Text Example

White with #BB6FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6FDB; }

 p { color: rgb(187,111,219); }

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

background-color css

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

 a { background-color: rgb(187,111,219); }

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

border-color css

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

 span { border-color: rgb(187,111,219); }

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