Html Css Color HEX #BB57E0 Medium Orchid

📋 copy color: '#BB57E0'

red 187 ◦ green 87 ◦ blue 224

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

Shades of Medium Orchid #BB57E0

Tints of Medium Orchid #BB57E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.98%

R = 37.55%
G = 17.47%
B = 44.98%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BB57E0 (or 0xBB57E0) is known color: Medium Orchid. HEX triplet: BB, 57 and E0. RGB value is (187,87,224). Sum of RGB (Red+Green+Blue) = 187+87+224=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 87 (34.38% from 255 or 17.47% from 498); Blue value is 224 (87.89% from 255 or 44.98% from 498); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB57E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB57E0 is #44A81F. Grayscale: #848484. Windows color (decimal): -4499488 or 14702523. OLE color: 14702523.

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

Color convert

RGB 187 87 224 -
CMYK 0.17 0.61 0 0.12
HSL 283.8º 0.69% 0.61% -
HSV(B) 283.8º 0.61% 0.88% -
XYZ 37.36 22.76 72.95 -
YUV 132.52 179.63 166.86 -
System Red Green Blue C M Y K H S L
Decimal 187 87 224 0.17 0.61 0 0.12 283.8 0.69 0.61
Hex BB 57 E0 11 3D 0 C 11C 45 3D
Octal 273 127 340 21 75 0 14 434 105 75
Binary 10111011 1010111 11100000 10001 111101 0 1100 100011100 1000101 111101

Color Harmonies of #BB57E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB57E0

Black with #BB57E0

Text Example


Text Example

White with #BB57E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB57E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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