#BB70CF

Color #BB70CF Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BB70CF

Tints of Medium Orchid #BB70CF

Color information

#BB70CF (or 0xBB70CF) is unknown color: approx Medium Orchid. HEX triplet: BB, 70 and CF. RGB value is (187,112,207). Sum of RGB (Red+Green+Blue) = 187+112+207=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB70CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB70CF is #448F30. Grayscale: #909090. Windows color (decimal): -4493105 or 13594811. OLE color: 13594811.

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

Color convert

RGB187112207-
CMYK0.100.4600.19
HSL287.37º49.74%62.55%-
HSV(B)287.37º45.89%81.18%-
XYZ37.5526.6662.2-
YUV145.26162.85157.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.96%
GREEN value IS 112 (44.14% from 255) = 22.13%
BLUE value IS 207 (81.25% from 255) = 40.91%
R=36.96%
G=22.13%
B=40.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1871122070.100.4600.19287.3749.7462.55
HexBB70CFA2E01311f323f
Octal27316031712560234376277
Binary101110111110000110011111010101110010011100011111110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB70CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB70CF; }

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

 H1.HeaderClassName
 {
   color: #BB70CF;
 }
 .AnyTagClassName
 {
   color: #BB70CF;
 }
</style>
background-color css

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

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

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

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

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

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