Html Css Color HEX #BB57E9 Medium Orchid

📋 copy color: '#BB57E9'

red 187 ◦ green 87 ◦ blue 233

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

Shades of Medium Orchid #BB57E9

Tints of Medium Orchid #BB57E9

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.16%

 BLUE value IS 233 (91.41% from 255) = 45.96%

R = 36.88%
G = 17.16%
B = 45.96%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BB57E9 (or 0xBB57E9) is known color: Medium Orchid. HEX triplet: BB, 57 and E9. RGB value is (187,87,233). Sum of RGB (Red+Green+Blue) = 187+87+233=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 87 (34.38% from 255 or 17.16% from 507); Blue value is 233 (91.41% from 255 or 45.96% from 507); Max value from RGB is 233 - color contains mainly: blue. Hex color #BB57E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB57E9 is #44A816. Grayscale: #858585. Windows color (decimal): -4499479 or 15292347. OLE color: 15292347.

HSL color Cylindrical-coordinate representation of color #BB57E9: hue angle of 281.1º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB57E9 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 87 233 -
CMYK 0.20 0.63 0 0.09
HSL 281.1º 0.77% 0.63% -
HSV(B) 281.1º 0.63% 0.91% -
XYZ 38.61 23.26 79.55 -
YUV 133.54 184.13 166.13 -
System Red Green Blue C M Y K H S L
Decimal 187 87 233 0.20 0.63 0 0.09 281.1 0.77 0.63
Hex BB 57 E9 14 3F 0 9 119 4D 3F
Octal 273 127 351 24 77 0 11 431 115 77
Binary 10111011 1010111 11101001 10100 111111 0 1001 100011001 1001101 111111

Color Harmonies of #BB57E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB57E9

Black with #BB57E9

Text Example


Text Example

White with #BB57E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB57E9; }

 p { color: rgb(187,87,233); }

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

background-color css

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

 a { background-color: rgb(187,87,233); }

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

border-color css

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

 span { border-color: rgb(187,87,233); }

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