Html Css Color HEX #BB3CDB Medium Orchid

📋 copy color: '#BB3CDB'

red 187 ◦ green 60 ◦ blue 219

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

Shades of Medium Orchid #BB3CDB

Tints of Medium Orchid #BB3CDB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.88%

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

R = 40.13%
G = 12.88%
B = 47%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB3CDB (or 0xBB3CDB) is known color: Medium Orchid. HEX triplet: BB, 3C and DB. RGB value is (187,60,219). Sum of RGB (Red+Green+Blue) = 187+60+219=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 60 (23.83% from 255 or 12.88% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB3CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3CDB is #44C324. Grayscale: #737373. Windows color (decimal): -4506405 or 14367931. OLE color: 14367931.

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

Color convert

RGB 187 60 219 -
CMYK 0.15 0.73 0 0.14
HSL 287.92º 0.69% 0.55% -
HSV(B) 287.92º 0.73% 0.86% -
XYZ 34.9 18.91 68.83 -
YUV 116.1 186.08 178.57 -
System Red Green Blue C M Y K H S L
Decimal 187 60 219 0.15 0.73 0 0.14 287.92 0.69 0.55
Hex BB 3C DB F 49 0 E 120 45 37
Octal 273 74 333 17 111 0 16 440 105 67
Binary 10111011 111100 11011011 1111 1001001 0 1110 100100000 1000101 110111

Color Harmonies of #BB3CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3CDB

Black with #BB3CDB

Text Example


Text Example

White with #BB3CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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