Html Css Color HEX #BB70D7 Medium Orchid

📋 copy color: '#BB70D7'

red 187 ◦ green 112 ◦ blue 215

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

Shades of Medium Orchid #BB70D7

Tints of Medium Orchid #BB70D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.83%

R = 36.38%
G = 21.79%
B = 41.83%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BB70D7 (or 0xBB70D7) is known color: Medium Orchid. HEX triplet: BB, 70 and D7. RGB value is (187,112,215). Sum of RGB (Red+Green+Blue) = 187+112+215=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 112 (44.14% from 255 or 21.79% from 514); Blue value is 215 (84.38% from 255 or 41.83% from 514); Max value from RGB is 215 - color contains mainly: blue. Hex color #BB70D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB70D7 is #448F28. Grayscale: #919191. Windows color (decimal): -4493097 or 14119099. OLE color: 14119099.

HSL color Cylindrical-coordinate representation of color #BB70D7: hue angle of 283.69º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB70D7 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 112 215 -
CMYK 0.13 0.48 0 0.16
HSL 283.69º 0.56% 0.64% -
HSV(B) 283.69º 0.48% 0.84% -
XYZ 38.55 27.06 67.48 -
YUV 146.17 166.85 157.12 -
System Red Green Blue C M Y K H S L
Decimal 187 112 215 0.13 0.48 0 0.16 283.69 0.56 0.64
Hex BB 70 D7 D 30 0 10 11C 38 40
Octal 273 160 327 15 60 0 20 434 70 100
Binary 10111011 1110000 11010111 1101 110000 0 10000 100011100 111000 1000000

Color Harmonies of #BB70D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB70D7

Black with #BB70D7

Text Example


Text Example

White with #BB70D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB70D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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