Html Css Color HEX #BB57F1 Medium Orchid

📋 copy color: '#BB57F1'

red 187 ◦ green 87 ◦ blue 241

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

Shades of Medium Orchid #BB57F1

Tints of Medium Orchid #BB57F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.8%

R = 36.31%
G = 16.89%
B = 46.8%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BB57F1 (or 0xBB57F1) is known color: Medium Orchid. HEX triplet: BB, 57 and F1. RGB value is (187,87,241). Sum of RGB (Red+Green+Blue) = 187+87+241=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 87 (34.38% from 255 or 16.89% from 515); Blue value is 241 (94.53% from 255 or 46.80% from 515); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB57F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB57F1 is #44A80E. Grayscale: #858585. Windows color (decimal): -4499471 or 15816635. OLE color: 15816635.

HSL color Cylindrical-coordinate representation of color #BB57F1: hue angle of 278.96º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB57F1 is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 87 241 -
CMYK 0.22 0.64 0 0.05
HSL 278.96º 0.85% 0.64% -
HSV(B) 278.96º 0.64% 0.95% -
XYZ 39.78 23.73 85.7 -
YUV 134.46 188.13 165.48 -
System Red Green Blue C M Y K H S L
Decimal 187 87 241 0.22 0.64 0 0.05 278.96 0.85 0.64
Hex BB 57 F1 16 40 0 5 117 55 40
Octal 273 127 361 26 100 0 5 427 125 100
Binary 10111011 1010111 11110001 10110 1000000 0 101 100010111 1010101 1000000

Color Harmonies of #BB57F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB57F1

Black with #BB57F1

Text Example


Text Example

White with #BB57F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB57F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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