#B260CB

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

Shades of Medium Orchid #B260CB

Tints of Medium Orchid #B260CB

Color information

#B260CB (or 0xB260CB) is unknown color: approx Medium Orchid. HEX triplet: B2, 60 and CB. RGB value is (178,96,203). Sum of RGB (Red+Green+Blue) = 178+96+203=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #B260CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B260CB is #4D9F34. Grayscale: #848484. Windows color (decimal): -5087029 or 13328562. OLE color: 13328562.

HSL color Cylindrical-coordinate representation of color #B260CB: hue angle of 285.98º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B260CB is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17896203-
CMYK0.120.5300.20
HSL285.98º50.71%58.63%-
HSV(B)285.98º52.71%79.61%-
XYZ33.3222.1459.02-
YUV132.72167.67160.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.32%
GREEN value IS 96 (37.89% from 255) = 20.13%
BLUE value IS 203 (79.69% from 255) = 42.56%
R=37.32%
G=20.13%
B=42.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal178962030.120.5300.20285.9850.7158.63
HexB260CBC3501411e333b
Octal26214031314650244366373
Binary101100101100000110010111100110101010100100011110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B260CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B260CB; }

 p { color: rgb(178,96,203); }

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

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

 a { background-color: rgb(178,96,203); }

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

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

 span { border-color: rgb(178,96,203); }

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