Html Css Color HEX #BB57F9 Medium Orchid

📋 copy color: '#BB57F9'

red 187 ◦ green 87 ◦ blue 249

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

Shades of Medium Orchid #BB57F9

Tints of Medium Orchid #BB57F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.61%

R = 35.76%
G = 16.63%
B = 47.61%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB57F9 (or 0xBB57F9) is known color: Medium Orchid. HEX triplet: BB, 57 and F9. RGB value is (187,87,249). Sum of RGB (Red+Green+Blue) = 187+87+249=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 87 (34.38% from 255 or 16.63% from 523); Blue value is 249 (97.66% from 255 or 47.61% from 523); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB57F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB57F9 is #44A806. Grayscale: #868686. Windows color (decimal): -4499463 or 16340923. OLE color: 16340923.

HSL color Cylindrical-coordinate representation of color #BB57F9: hue angle of 277.04º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB57F9 is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 87 249 -
CMYK 0.25 0.65 0 0.02
HSL 277.04º 0.93% 0.66% -
HSV(B) 277.04º 0.65% 0.98% -
XYZ 41 24.22 92.14 -
YUV 135.37 192.13 164.83 -
System Red Green Blue C M Y K H S L
Decimal 187 87 249 0.25 0.65 0 0.02 277.04 0.93 0.66
Hex BB 57 F9 19 41 0 2 115 5D 42
Octal 273 127 371 31 101 0 2 425 135 102
Binary 10111011 1010111 11111001 11001 1000001 0 10 100010101 1011101 1000010

Color Harmonies of #BB57F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB57F9

Black with #BB57F9

Text Example


Text Example

White with #BB57F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB57F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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