Html Css Color HEX #BB5ED1 Medium Orchid

📋 copy color: '#BB5ED1'

red 187 ◦ green 94 ◦ blue 209

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

Shades of Medium Orchid #BB5ED1

Tints of Medium Orchid #BB5ED1

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.18%

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

R = 38.16%
G = 19.18%
B = 42.65%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB5ED1 (or 0xBB5ED1) is known color: Medium Orchid. HEX triplet: BB, 5E and D1. RGB value is (187,94,209). Sum of RGB (Red+Green+Blue) = 187+94+209=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 94 (37.11% from 255 or 19.18% from 490); Blue value is 209 (82.03% from 255 or 42.65% from 490); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB5ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5ED1 is #44A12E. Grayscale: #868686. Windows color (decimal): -4497711 or 13721275. OLE color: 13721275.

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

Color convert

RGB 187 94 209 -
CMYK 0.11 0.55 0 0.18
HSL 288.52º 0.56% 0.59% -
HSV(B) 288.52º 0.55% 0.82% -
XYZ 36 23.17 62.9 -
YUV 134.92 169.81 165.15 -
System Red Green Blue C M Y K H S L
Decimal 187 94 209 0.11 0.55 0 0.18 288.52 0.56 0.59
Hex BB 5E D1 B 37 0 12 121 38 3B
Octal 273 136 321 13 67 0 22 441 70 73
Binary 10111011 1011110 11010001 1011 110111 0 10010 100100001 111000 111011

Color Harmonies of #BB5ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5ED1

Black with #BB5ED1

Text Example


Text Example

White with #BB5ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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