Html Css Color HEX #BB57D0 Medium Orchid

📋 copy color: '#BB57D0'

red 187 ◦ green 87 ◦ blue 208

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

Shades of Medium Orchid #BB57D0

Tints of Medium Orchid #BB57D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.15%

R = 38.8%
G = 18.05%
B = 43.15%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB57D0 (or 0xBB57D0) is known color: Medium Orchid. HEX triplet: BB, 57 and D0. RGB value is (187,87,208). Sum of RGB (Red+Green+Blue) = 187+87+208=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 87 (34.38% from 255 or 18.05% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB57D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB57D0 is #44A82F. Grayscale: #828282. Windows color (decimal): -4499504 or 13653947. OLE color: 13653947.

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

Color convert

RGB 187 87 208 -
CMYK 0.10 0.58 0 0.18
HSL 289.59º 0.56% 0.58% -
HSV(B) 289.59º 0.58% 0.82% -
XYZ 35.29 21.94 62.05 -
YUV 130.69 171.63 168.16 -
System Red Green Blue C M Y K H S L
Decimal 187 87 208 0.10 0.58 0 0.18 289.59 0.56 0.58
Hex BB 57 D0 A 3A 0 12 122 38 3A
Octal 273 127 320 12 72 0 22 442 70 72
Binary 10111011 1010111 11010000 1010 111010 0 10010 100100010 111000 111010

Color Harmonies of #BB57D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB57D0

Black with #BB57D0

Text Example


Text Example

White with #BB57D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB57D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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