Html Css Color HEX #BB6BDB Medium Orchid

📋 copy color: '#BB6BDB'

red 187 ◦ green 107 ◦ blue 219

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

Shades of Medium Orchid #BB6BDB

Tints of Medium Orchid #BB6BDB

RGB

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

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

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

R = 36.45%
G = 20.86%
B = 42.69%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB6BDB (or 0xBB6BDB) is known color: Medium Orchid. HEX triplet: BB, 6B and DB. RGB value is (187,107,219). Sum of RGB (Red+Green+Blue) = 187+107+219=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 107 (42.19% from 255 or 20.86% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB6BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6BDB is #449424. Grayscale: #8F8F8F. Windows color (decimal): -4494373 or 14379963. OLE color: 14379963.

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

Color convert

RGB 187 107 219 -
CMYK 0.15 0.51 0 0.14
HSL 282.86º 0.61% 0.64% -
HSV(B) 282.86º 0.51% 0.86% -
XYZ 38.54 26.19 70.04 -
YUV 143.69 170.5 158.89 -
System Red Green Blue C M Y K H S L
Decimal 187 107 219 0.15 0.51 0 0.14 282.86 0.61 0.64
Hex BB 6B DB F 33 0 E 11B 3D 40
Octal 273 153 333 17 63 0 16 433 75 100
Binary 10111011 1101011 11011011 1111 110011 0 1110 100011011 111101 1000000

Color Harmonies of #BB6BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6BDB

Black with #BB6BDB

Text Example


Text Example

White with #BB6BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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