Html Css Color HEX #BB70D3 Medium Orchid

📋 copy color: '#BB70D3'

red 187 ◦ green 112 ◦ blue 211

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

Shades of Medium Orchid #BB70D3

Tints of Medium Orchid #BB70D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 41.37%

R = 36.67%
G = 21.96%
B = 41.37%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BB70D3 (or 0xBB70D3) is known color: Medium Orchid. HEX triplet: BB, 70 and D3. RGB value is (187,112,211). Sum of RGB (Red+Green+Blue) = 187+112+211=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 112 (44.14% from 255 or 21.96% from 510); Blue value is 211 (82.81% from 255 or 41.37% from 510); Max value from RGB is 211 - color contains mainly: blue. Hex color #BB70D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB70D3 is #448F2C. Grayscale: #919191. Windows color (decimal): -4493101 or 13856955. OLE color: 13856955.

HSL color Cylindrical-coordinate representation of color #BB70D3: hue angle of 285.45º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB70D3 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 112 211 -
CMYK 0.11 0.47 0 0.17
HSL 285.45º 0.53% 0.63% -
HSV(B) 285.45º 0.47% 0.83% -
XYZ 38.05 26.86 64.81 -
YUV 145.71 164.85 157.45 -
System Red Green Blue C M Y K H S L
Decimal 187 112 211 0.11 0.47 0 0.17 285.45 0.53 0.63
Hex BB 70 D3 B 2F 0 11 11D 35 3F
Octal 273 160 323 13 57 0 21 435 65 77
Binary 10111011 1110000 11010011 1011 101111 0 10001 100011101 110101 111111

Color Harmonies of #BB70D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB70D3

Black with #BB70D3

Text Example


Text Example

White with #BB70D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB70D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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