Html Css Color HEX #BB57DF Medium Orchid

📋 copy color: '#BB57DF'

red 187 ◦ green 87 ◦ blue 223

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

Shades of Medium Orchid #BB57DF

Tints of Medium Orchid #BB57DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.87%

R = 37.63%
G = 17.51%
B = 44.87%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB57DF (or 0xBB57DF) is known color: Medium Orchid. HEX triplet: BB, 57 and DF. RGB value is (187,87,223). Sum of RGB (Red+Green+Blue) = 187+87+223=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 87 (34.38% from 255 or 17.51% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB57DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB57DF is #44A820. Grayscale: #838383. Windows color (decimal): -4499489 or 14636987. OLE color: 14636987.

HSL color Cylindrical-coordinate representation of color #BB57DF: hue angle of 284.12º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB57DF is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 87 223 -
CMYK 0.16 0.61 0 0.13
HSL 284.12º 0.68% 0.61% -
HSV(B) 284.12º 0.61% 0.87% -
XYZ 37.22 22.71 72.23 -
YUV 132.4 179.13 166.94 -
System Red Green Blue C M Y K H S L
Decimal 187 87 223 0.16 0.61 0 0.13 284.12 0.68 0.61
Hex BB 57 DF 10 3D 0 D 11C 44 3D
Octal 273 127 337 20 75 0 15 434 104 75
Binary 10111011 1010111 11011111 10000 111101 0 1101 100011100 1000100 111101

Color Harmonies of #BB57DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB57DF

Black with #BB57DF

Text Example


Text Example

White with #BB57DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB57DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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