#B465CA

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

Shades of Medium Orchid #B465CA

Tints of Medium Orchid #B465CA

Color information

#B465CA (or 0xB465CA) is unknown color: approx Medium Orchid. HEX triplet: B4, 65 and CA. RGB value is (180,101,202). Sum of RGB (Red+Green+Blue) = 180+101+202=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #B465CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B465CA is #4B9A35. Grayscale: #878787. Windows color (decimal): -4954678 or 13264308. OLE color: 13264308.

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

Color convert

RGB180101202-
CMYK0.110.5000.21
HSL286.93º48.79%59.41%-
HSV(B)286.93º50%79.22%-
XYZ34.1423.2758.57-
YUV136.14165.17159.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.27%
GREEN value IS 101 (39.84% from 255) = 20.91%
BLUE value IS 202 (79.30% from 255) = 41.82%
R=37.27%
G=20.91%
B=41.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1801012020.110.5000.21286.9348.7959.41
HexB465CAB3201511f313b
Octal26414531213620254376173
Binary101101001100101110010101011110010010101100011111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B465CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B465CA; }

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

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

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

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

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

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

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

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