#B465CC

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

Shades of Medium Orchid #B465CC

Tints of Medium Orchid #B465CC

Color information

#B465CC (or 0xB465CC) is unknown color: approx Medium Orchid. HEX triplet: B4, 65 and CC. RGB value is (180,101,204). Sum of RGB (Red+Green+Blue) = 180+101+204=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 101 (39.84% from 255 or 20.82% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #B465CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B465CC is #4B9A33. Grayscale: #888888. Windows color (decimal): -4954676 or 13395380. OLE color: 13395380.

HSL color Cylindrical-coordinate representation of color #B465CC: hue angle of 286.02º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B465CC is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB180101204-
CMYK0.120.5000.2
HSL286.02º50.24%59.8%-
HSV(B)286.02º50.49%80%-
XYZ34.3823.3759.83-
YUV136.36166.17159.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.11%
GREEN value IS 101 (39.84% from 255) = 20.82%
BLUE value IS 204 (80.08% from 255) = 42.06%
R=37.11%
G=20.82%
B=42.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1801012040.120.5000.2286.0250.2459.8
HexB465CCC3201411e323c
Octal26414531414620244366274
Binary101101001100101110011001100110010010100100011110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B465CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B465CC; }

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

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

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

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

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

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

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

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