#B469C4

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

Shades of Medium Orchid #B469C4

Tints of Medium Orchid #B469C4

Color information

#B469C4 (or 0xB469C4) is unknown color: approx Medium Orchid. HEX triplet: B4, 69 and C4. RGB value is (180,105,196). Sum of RGB (Red+Green+Blue) = 180+105+196=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 196 (76.95% from 255 or 40.75% from 481); Max value from RGB is 196 - color contains mainly: blue. Hex color #B469C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B469C4 is #4B963B. Grayscale: #898989. Windows color (decimal): -4953660 or 12872116. OLE color: 12872116.

HSL color Cylindrical-coordinate representation of color #B469C4: hue angle of 289.45º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B469C4 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB180105196-
CMYK0.080.4600.23
HSL289.45º43.54%59.02%-
HSV(B)289.45º46.43%76.86%-
XYZ33.8423.7955.03-
YUV137.8160.85158.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.42%
GREEN value IS 105 (41.41% from 255) = 21.83%
BLUE value IS 196 (76.95% from 255) = 40.75%
R=37.42%
G=21.83%
B=40.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1801051960.080.4600.23289.4543.5459.02
HexB469C482E0171212c3b
Octal26415130410560274415473
Binary101101001101001110001001000101110010111100100001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B469C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B469C4; }

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

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

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

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

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

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

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

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