Html Css Color HEX #BB70E1 Medium Orchid

📋 copy color: '#BB70E1'

red 187 ◦ green 112 ◦ blue 225

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

Shades of Medium Orchid #BB70E1

Tints of Medium Orchid #BB70E1

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.37%

 BLUE value IS 225 (88.28% from 255) = 42.94%

R = 35.69%
G = 21.37%
B = 42.94%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BB70E1 (or 0xBB70E1) is known color: Medium Orchid. HEX triplet: BB, 70 and E1. RGB value is (187,112,225). Sum of RGB (Red+Green+Blue) = 187+112+225=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 112 (44.14% from 255 or 21.37% from 524); Blue value is 225 (88.28% from 255 or 42.94% from 524); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB70E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB70E1 is #448F1E. Grayscale: #929292. Windows color (decimal): -4493087 or 14774459. OLE color: 14774459.

HSL color Cylindrical-coordinate representation of color #BB70E1: hue angle of 279.82º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB70E1 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 112 225 -
CMYK 0.17 0.50 0 0.12
HSL 279.82º 0.65% 0.66% -
HSV(B) 279.82º 0.5% 0.88% -
XYZ 39.88 27.59 74.46 -
YUV 147.31 171.85 156.31 -
System Red Green Blue C M Y K H S L
Decimal 187 112 225 0.17 0.50 0 0.12 279.82 0.65 0.66
Hex BB 70 E1 11 32 0 C 118 41 42
Octal 273 160 341 21 62 0 14 430 101 102
Binary 10111011 1110000 11100001 10001 110010 0 1100 100011000 1000001 1000010

Color Harmonies of #BB70E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB70E1

Black with #BB70E1

Text Example


Text Example

White with #BB70E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB70E1; }

 p { color: rgb(187,112,225); }

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

background-color css

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

 a { background-color: rgb(187,112,225); }

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

border-color css

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

 span { border-color: rgb(187,112,225); }

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