Html Css Color HEX #BB5DE1 Medium Orchid

📋 copy color: '#BB5DE1'

red 187 ◦ green 93 ◦ blue 225

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

Shades of Medium Orchid #BB5DE1

Tints of Medium Orchid #BB5DE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 44.55%

R = 37.03%
G = 18.42%
B = 44.55%

CMYK

 C value IS 0.17

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BB5DE1 (or 0xBB5DE1) is known color: Medium Orchid. HEX triplet: BB, 5D and E1. RGB value is (187,93,225). Sum of RGB (Red+Green+Blue) = 187+93+225=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 93 (36.72% from 255 or 18.42% from 505); Blue value is 225 (88.28% from 255 or 44.55% from 505); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB5DE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5DE1 is #44A21E. Grayscale: #878787. Windows color (decimal): -4497951 or 14769595. OLE color: 14769595.

HSL color Cylindrical-coordinate representation of color #BB5DE1: hue angle of 282.73º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB5DE1 is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 93 225 -
CMYK 0.17 0.59 0 0.12
HSL 282.73º 0.69% 0.62% -
HSV(B) 282.73º 0.59% 0.88% -
XYZ 38 23.83 73.83 -
YUV 136.15 178.14 164.27 -
System Red Green Blue C M Y K H S L
Decimal 187 93 225 0.17 0.59 0 0.12 282.73 0.69 0.62
Hex BB 5D E1 11 3B 0 C 11B 45 3E
Octal 273 135 341 21 73 0 14 433 105 76
Binary 10111011 1011101 11100001 10001 111011 0 1100 100011011 1000101 111110

Color Harmonies of #BB5DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5DE1

Black with #BB5DE1

Text Example


Text Example

White with #BB5DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5DE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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