#B468CA

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

Shades of Medium Orchid #B468CA

Tints of Medium Orchid #B468CA

Color information

#B468CA (or 0xB468CA) is unknown color: approx Medium Orchid. HEX triplet: B4, 68 and CA. RGB value is (180,104,202). Sum of RGB (Red+Green+Blue) = 180+104+202=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 104 (41.02% from 255 or 21.40% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #B468CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B468CA is #4B9735. Grayscale: #898989. Windows color (decimal): -4953910 or 13265076. OLE color: 13265076.

HSL color Cylindrical-coordinate representation of color #B468CA: hue angle of 286.53º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B468CA is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB180104202-
CMYK0.110.4900.21
HSL286.53º48.04%60%-
HSV(B)286.53º48.51%79.22%-
XYZ34.4323.8758.67-
YUV137.9164.18158.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.04%
GREEN value IS 104 (41.02% from 255) = 21.40%
BLUE value IS 202 (79.30% from 255) = 41.56%
R=37.04%
G=21.40%
B=41.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1801042020.110.4900.21286.5348.0460
HexB468CAB3101511f303c
Octal26415031213610254376074
Binary101101001101000110010101011110001010101100011111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B468CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B468CA; }

 p { color: rgb(180,104,202); }

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

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

 a { background-color: rgb(180,104,202); }

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

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

 span { border-color: rgb(180,104,202); }

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