#B265CC

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

Shades of Medium Orchid #B265CC

Tints of Medium Orchid #B265CC

Color information

#B265CC (or 0xB265CC) is unknown color: approx Medium Orchid. HEX triplet: B2, 65 and CC. RGB value is (178,101,204). Sum of RGB (Red+Green+Blue) = 178+101+204=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #B265CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B265CC is #4D9A33. Grayscale: #878787. Windows color (decimal): -5085748 or 13395378. OLE color: 13395378.

HSL color Cylindrical-coordinate representation of color #B265CC: hue angle of 284.85º 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 #B265CC is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB178101204-
CMYK0.130.5000.2
HSL284.85º50.24%59.8%-
HSV(B)284.85º50.49%80%-
XYZ33.9123.1359.8-
YUV135.76166.51158.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.85%
GREEN value IS 101 (39.84% from 255) = 20.91%
BLUE value IS 204 (80.08% from 255) = 42.24%
R=36.85%
G=20.91%
B=42.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1781012040.130.5000.2284.8550.2459.8
HexB265CCD3201411d323c
Octal26214531415620244356274
Binary101100101100101110011001101110010010100100011101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B265CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B265CC; }

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

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

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

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

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

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

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

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