Html Css Color HEX #BB70E3 Medium Orchid

📋 copy color: '#BB70E3'

red 187 ◦ green 112 ◦ blue 227

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

Shades of Medium Orchid #BB70E3

Tints of Medium Orchid #BB70E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 43.16%

R = 35.55%
G = 21.29%
B = 43.16%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BB70E3 (or 0xBB70E3) is known color: Medium Orchid. HEX triplet: BB, 70 and E3. RGB value is (187,112,227). Sum of RGB (Red+Green+Blue) = 187+112+227=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 112 (44.14% from 255 or 21.29% from 526); Blue value is 227 (89.06% from 255 or 43.16% from 526); Max value from RGB is 227 - color contains mainly: blue. Hex color #BB70E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB70E3 is #448F1C. Grayscale: #939393. Windows color (decimal): -4493085 or 14905531. OLE color: 14905531.

HSL color Cylindrical-coordinate representation of color #BB70E3: hue angle of 279.13º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB70E3 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 112 227 -
CMYK 0.18 0.51 0 0.11
HSL 279.13º 0.67% 0.66% -
HSV(B) 279.13º 0.51% 0.89% -
XYZ 40.15 27.7 75.9 -
YUV 147.54 172.85 156.15 -
System Red Green Blue C M Y K H S L
Decimal 187 112 227 0.18 0.51 0 0.11 279.13 0.67 0.66
Hex BB 70 E3 12 33 0 B 117 43 42
Octal 273 160 343 22 63 0 13 427 103 102
Binary 10111011 1110000 11100011 10010 110011 0 1011 100010111 1000011 1000010

Color Harmonies of #BB70E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB70E3

Black with #BB70E3

Text Example


Text Example

White with #BB70E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB70E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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