#B241CB

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

Shades of Medium Orchid #B241CB

Tints of Medium Orchid #B241CB

Color information

#B241CB (or 0xB241CB) is unknown color: approx Medium Orchid. HEX triplet: B2, 41 and CB. RGB value is (178,65,203). Sum of RGB (Red+Green+Blue) = 178+65+203=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 65 (25.78% from 255 or 14.57% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #B241CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B241CB is #4DBE34. Grayscale: #727272. Windows color (decimal): -5094965 or 13320626. OLE color: 13320626.

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

Color convert

RGB17865203-
CMYK0.120.6800.20
HSL289.13º57.02%52.55%-
HSV(B)289.13º67.98%79.61%-
XYZ31.0317.5658.25-
YUV114.52177.94173.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.91%
GREEN value IS 65 (25.78% from 255) = 14.57%
BLUE value IS 203 (79.69% from 255) = 45.52%
R=39.91%
G=14.57%
B=45.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal178652030.120.6800.20289.1357.0252.55
HexB241CBC440141213935
Octal262101313141040244417165
Binary1011001010000011100101111001000100010100100100001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B241CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B241CB; }

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

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

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

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

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

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

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

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