Html Css Color HEX #BB70DA Medium Orchid

📋 copy color: '#BB70DA'

red 187 ◦ green 112 ◦ blue 218

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

Shades of Medium Orchid #BB70DA

Tints of Medium Orchid #BB70DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.17%

R = 36.17%
G = 21.66%
B = 42.17%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB70DA (or 0xBB70DA) is known color: Medium Orchid. HEX triplet: BB, 70 and DA. RGB value is (187,112,218). Sum of RGB (Red+Green+Blue) = 187+112+218=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 112 (44.14% from 255 or 21.66% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB70DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB70DA is #448F25. Grayscale: #929292. Windows color (decimal): -4493094 or 14315707. OLE color: 14315707.

HSL color Cylindrical-coordinate representation of color #BB70DA: hue angle of 282.45º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB70DA is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 112 218 -
CMYK 0.14 0.49 0 0.15
HSL 282.45º 0.59% 0.65% -
HSV(B) 282.45º 0.49% 0.85% -
XYZ 38.94 27.22 69.53 -
YUV 146.51 168.35 156.88 -
System Red Green Blue C M Y K H S L
Decimal 187 112 218 0.14 0.49 0 0.15 282.45 0.59 0.65
Hex BB 70 DA E 31 0 F 11A 3B 41
Octal 273 160 332 16 61 0 17 432 73 101
Binary 10111011 1110000 11011010 1110 110001 0 1111 100011010 111011 1000001

Color Harmonies of #BB70DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB70DA

Black with #BB70DA

Text Example


Text Example

White with #BB70DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB70DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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