#b469c2

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

Shades of Medium Orchid #B469C2

Tints of Medium Orchid #B469C2

Color information

#B469C2 (or 0xB469C2) is unknown color: approx Medium Orchid. HEX triplet: B4, 69 and C2. RGB value is (180,105,194). Sum of RGB (Red+Green+Blue) = 180+105+194=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 194 (76.17% from 255 or 40.50% from 479); Max value from RGB is 194 - color contains mainly: blue. Hex color #B469C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B469C2 is #4B963D. Grayscale: #898989. Windows color (decimal): -4953662 or 12741044. OLE color: 12741044.

HSL color Cylindrical-coordinate representation of color #B469C2: hue angle of 290.56º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B469C2 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB180105194-
CMYK0.070.4600.24
HSL290.56º42.18%58.63%-
HSV(B)290.56º45.88%76.08%-
XYZ33.6123.753.84-
YUV137.57159.85158.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.58%
GREEN value IS 105 (41.41% from 255) = 21.92%
BLUE value IS 194 (76.17% from 255) = 40.50%
R=37.58%
G=21.92%
B=40.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801051940.070.4600.24290.5642.1858.63
HexB469C272E0181232a3b
Octal2641513027560304435273
Binary10110100110100111000010111101110011000100100011101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b469c2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b469c2; }

 p { color: rgb(180,105,194); }

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

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

 a { background-color: rgb(180,105,194); }

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

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

 span { border-color: rgb(180,105,194); }

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