Html Css Color HEX #BB5EDE Medium Orchid

📋 copy color: '#BB5EDE'

red 187 ◦ green 94 ◦ blue 222

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

Shades of Medium Orchid #BB5EDE

Tints of Medium Orchid #BB5EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.14%

R = 37.18%
G = 18.69%
B = 44.14%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB5EDE (or 0xBB5EDE) is known color: Medium Orchid. HEX triplet: BB, 5E and DE. RGB value is (187,94,222). Sum of RGB (Red+Green+Blue) = 187+94+222=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 94 (37.11% from 255 or 18.69% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB5EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5EDE is #44A121. Grayscale: #878787. Windows color (decimal): -4497698 or 14573243. OLE color: 14573243.

HSL color Cylindrical-coordinate representation of color #BB5EDE: hue angle of 283.59º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB5EDE is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 94 222 -
CMYK 0.16 0.58 0 0.13
HSL 283.59º 0.66% 0.62% -
HSV(B) 283.59º 0.58% 0.87% -
XYZ 37.68 23.84 71.72 -
YUV 136.4 176.31 164.09 -
System Red Green Blue C M Y K H S L
Decimal 187 94 222 0.16 0.58 0 0.13 283.59 0.66 0.62
Hex BB 5E DE 10 3A 0 D 11C 42 3E
Octal 273 136 336 20 72 0 15 434 102 76
Binary 10111011 1011110 11011110 10000 111010 0 1101 100011100 1000010 111110

Color Harmonies of #BB5EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5EDE

Black with #BB5EDE

Text Example


Text Example

White with #BB5EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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