Html Css Color HEX #BB6CDB Medium Orchid

📋 copy color: '#BB6CDB'

red 187 ◦ green 108 ◦ blue 219

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

Shades of Medium Orchid #BB6CDB

Tints of Medium Orchid #BB6CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.01%

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

R = 36.38%
G = 21.01%
B = 42.61%

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

#BB6CDB (or 0xBB6CDB) is known color: Medium Orchid. HEX triplet: BB, 6C and DB. RGB value is (187,108,219). Sum of RGB (Red+Green+Blue) = 187+108+219=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 108 (42.58% from 255 or 21.01% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB6CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6CDB is #449324. Grayscale: #8F8F8F. Windows color (decimal): -4494117 or 14380219. OLE color: 14380219.

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

Color convert

RGB 187 108 219 -
CMYK 0.15 0.51 0 0.14
HSL 282.7º 0.61% 0.64% -
HSV(B) 282.7º 0.51% 0.86% -
XYZ 38.64 26.4 70.08 -
YUV 144.28 170.17 158.47 -
System Red Green Blue C M Y K H S L
Decimal 187 108 219 0.15 0.51 0 0.14 282.7 0.61 0.64
Hex BB 6C DB F 33 0 E 11B 3D 40
Octal 273 154 333 17 63 0 16 433 75 100
Binary 10111011 1101100 11011011 1111 110011 0 1110 100011011 111101 1000000

Color Harmonies of #BB6CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6CDB

Black with #BB6CDB

Text Example


Text Example

White with #BB6CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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