Html Css Color HEX #BB57E6 Medium Orchid

📋 copy color: '#BB57E6'

red 187 ◦ green 87 ◦ blue 230

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

Shades of Medium Orchid #BB57E6

Tints of Medium Orchid #BB57E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.63%

R = 37.1%
G = 17.26%
B = 45.63%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BB57E6 (or 0xBB57E6) is known color: Medium Orchid. HEX triplet: BB, 57 and E6. RGB value is (187,87,230). Sum of RGB (Red+Green+Blue) = 187+87+230=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 87 (34.38% from 255 or 17.26% from 504); Blue value is 230 (90.23% from 255 or 45.63% from 504); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB57E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB57E6 is #44A819. Grayscale: #848484. Windows color (decimal): -4499482 or 15095739. OLE color: 15095739.

HSL color Cylindrical-coordinate representation of color #BB57E6: hue angle of 281.96º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB57E6 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 87 230 -
CMYK 0.19 0.62 0 0.10
HSL 281.96º 0.74% 0.62% -
HSV(B) 281.96º 0.62% 0.9% -
XYZ 38.18 23.09 77.31 -
YUV 133.2 182.63 166.37 -
System Red Green Blue C M Y K H S L
Decimal 187 87 230 0.19 0.62 0 0.10 281.96 0.74 0.62
Hex BB 57 E6 13 3E 0 A 11A 4A 3E
Octal 273 127 346 23 76 0 12 432 112 76
Binary 10111011 1010111 11100110 10011 111110 0 1010 100011010 1001010 111110

Color Harmonies of #BB57E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB57E6

Black with #BB57E6

Text Example


Text Example

White with #BB57E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB57E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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