Html Css Color HEX #BB70D0 Medium Orchid

📋 copy color: '#BB70D0'

red 187 ◦ green 112 ◦ blue 208

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

Shades of Medium Orchid #BB70D0

Tints of Medium Orchid #BB70D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.03%

R = 36.88%
G = 22.09%
B = 41.03%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB70D0 (or 0xBB70D0) is known color: Medium Orchid. HEX triplet: BB, 70 and D0. RGB value is (187,112,208). Sum of RGB (Red+Green+Blue) = 187+112+208=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 112 (44.14% from 255 or 22.09% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB70D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB70D0 is #448F2F. Grayscale: #919191. Windows color (decimal): -4493104 or 13660347. OLE color: 13660347.

HSL color Cylindrical-coordinate representation of color #BB70D0: hue angle of 286.88º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB70D0 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 112 208 -
CMYK 0.10 0.46 0 0.18
HSL 286.88º 0.51% 0.63% -
HSV(B) 286.88º 0.46% 0.82% -
XYZ 37.67 26.71 62.84 -
YUV 145.37 163.35 157.69 -
System Red Green Blue C M Y K H S L
Decimal 187 112 208 0.10 0.46 0 0.18 286.88 0.51 0.63
Hex BB 70 D0 A 2E 0 12 11F 33 3F
Octal 273 160 320 12 56 0 22 437 63 77
Binary 10111011 1110000 11010000 1010 101110 0 10010 100011111 110011 111111

Color Harmonies of #BB70D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB70D0

Black with #BB70D0

Text Example


Text Example

White with #BB70D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB70D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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