Html Css Color HEX #BB5DD1 Medium Orchid

📋 copy color: '#BB5DD1'

red 187 ◦ green 93 ◦ blue 209

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

Shades of Medium Orchid #BB5DD1

Tints of Medium Orchid #BB5DD1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.02%

 BLUE value IS 209 (82.03% from 255) = 42.74%

R = 38.24%
G = 19.02%
B = 42.74%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB5DD1 (or 0xBB5DD1) is known color: Medium Orchid. HEX triplet: BB, 5D and D1. RGB value is (187,93,209). Sum of RGB (Red+Green+Blue) = 187+93+209=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 93 (36.72% from 255 or 19.02% from 489); Blue value is 209 (82.03% from 255 or 42.74% from 489); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB5DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5DD1 is #44A22E. Grayscale: #858585. Windows color (decimal): -4497967 or 13721019. OLE color: 13721019.

HSL color Cylindrical-coordinate representation of color #BB5DD1: hue angle of 288.62º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB5DD1 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 93 209 -
CMYK 0.11 0.56 0 0.18
HSL 288.62º 0.56% 0.59% -
HSV(B) 288.62º 0.56% 0.82% -
XYZ 35.92 23 62.87 -
YUV 134.33 170.14 165.57 -
System Red Green Blue C M Y K H S L
Decimal 187 93 209 0.11 0.56 0 0.18 288.62 0.56 0.59
Hex BB 5D D1 B 38 0 12 121 38 3B
Octal 273 135 321 13 70 0 22 441 70 73
Binary 10111011 1011101 11010001 1011 111000 0 10010 100100001 111000 111011

Color Harmonies of #BB5DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5DD1

Black with #BB5DD1

Text Example


Text Example

White with #BB5DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5DD1; }

 p { color: rgb(187,93,209); }

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

background-color css

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

 a { background-color: rgb(187,93,209); }

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

border-color css

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

 span { border-color: rgb(187,93,209); }

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