#b770e0

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

Shades of Medium Orchid #B770E0

Tints of Medium Orchid #B770E0

Color information

#B770E0 (or 0xB770E0) is unknown color: approx Medium Orchid. HEX triplet: B7, 70 and E0. RGB value is (183,112,224). Sum of RGB (Red+Green+Blue) = 183+112+224=519 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.26% from 519); Green value is 112 (44.14% from 255 or 21.58% from 519); Blue value is 224 (87.89% from 255 or 43.16% from 519); Max value from RGB is 224 - color contains mainly: blue. Hex color #B770E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B770E0 is #488F1F. Grayscale: #919191. Windows color (decimal): -4755232 or 14708919. OLE color: 14708919.

HSL color Cylindrical-coordinate representation of color #B770E0: hue angle of 278.04º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B770E0 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB183112224-
CMYK0.180.5000.12
HSL278.04º64.37%65.88%-
HSV(B)278.04º50%87.84%-
XYZ38.7827.0473.7-
YUV146172.02154.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.26%
GREEN value IS 112 (44.14% from 255) = 21.58%
BLUE value IS 224 (87.89% from 255) = 43.16%
R=35.26%
G=21.58%
B=43.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1831122240.180.5000.12278.0464.3765.88
HexB770E012320C1164042
Octal2671603402262014426100102
Binary10110111111000011100000100101100100110010001011010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b770e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b770e0; }

 p { color: rgb(183,112,224); }

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

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

 a { background-color: rgb(183,112,224); }

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

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

 span { border-color: rgb(183,112,224); }

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