Html Css Color HEX #BB57CF Medium Orchid

📋 copy color: '#BB57CF'

red 187 ◦ green 87 ◦ blue 207

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

Shades of Medium Orchid #BB57CF

Tints of Medium Orchid #BB57CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.04%

R = 38.88%
G = 18.09%
B = 43.04%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB57CF (or 0xBB57CF) is known color: Medium Orchid. HEX triplet: BB, 57 and CF. RGB value is (187,87,207). Sum of RGB (Red+Green+Blue) = 187+87+207=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 87 (34.38% from 255 or 18.09% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB57CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB57CF is #44A830. Grayscale: #828282. Windows color (decimal): -4499505 or 13588411. OLE color: 13588411.

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

Color convert

RGB 187 87 207 -
CMYK 0.10 0.58 0 0.19
HSL 290º 0.56% 0.58% -
HSV(B) 290º 0.58% 0.81% -
XYZ 35.16 21.89 61.4 -
YUV 130.58 171.13 168.24 -
System Red Green Blue C M Y K H S L
Decimal 187 87 207 0.10 0.58 0 0.19 290 0.56 0.58
Hex BB 57 CF A 3A 0 13 122 38 3A
Octal 273 127 317 12 72 0 23 442 70 72
Binary 10111011 1010111 11001111 1010 111010 0 10011 100100010 111000 111010

Color Harmonies of #BB57CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB57CF

Black with #BB57CF

Text Example


Text Example

White with #BB57CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB57CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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