Html Css Color HEX #BB57C9 Medium Orchid

📋 copy color: '#BB57C9'

red 187 ◦ green 87 ◦ blue 201

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

Shades of Medium Orchid #BB57C9

Tints of Medium Orchid #BB57C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.32%

R = 39.37%
G = 18.32%
B = 42.32%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BB57C9 (or 0xBB57C9) is known color: Medium Orchid. HEX triplet: BB, 57 and C9. RGB value is (187,87,201). Sum of RGB (Red+Green+Blue) = 187+87+201=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 87 (34.38% from 255 or 18.32% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB57C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB57C9 is #44A836. Grayscale: #818181. Windows color (decimal): -4499511 or 13195195. OLE color: 13195195.

HSL color Cylindrical-coordinate representation of color #BB57C9: hue angle of 292.63º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB57C9 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 87 201 -
CMYK 0.07 0.57 0 0.21
HSL 292.63º 0.51% 0.56% -
HSV(B) 292.63º 0.57% 0.79% -
XYZ 34.44 21.6 57.61 -
YUV 129.9 168.13 168.73 -
System Red Green Blue C M Y K H S L
Decimal 187 87 201 0.07 0.57 0 0.21 292.63 0.51 0.56
Hex BB 57 C9 7 39 0 15 125 33 38
Octal 273 127 311 7 71 0 25 445 63 70
Binary 10111011 1010111 11001001 111 111001 0 10101 100100101 110011 111000

Color Harmonies of #BB57C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB57C9

Black with #BB57C9

Text Example


Text Example

White with #BB57C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB57C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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