#be61cb

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

Shades of Medium Orchid #BE61CB

Tints of Medium Orchid #BE61CB

Color information

#BE61CB (or 0xBE61CB) is unknown color: approx Medium Orchid. HEX triplet: BE, 61 and CB. RGB value is (190,97,203). Sum of RGB (Red+Green+Blue) = 190+97+203=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 97 (38.28% from 255 or 19.80% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE61CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE61CB is #419E34. Grayscale: #888888. Windows color (decimal): -4300341 or 13328830. OLE color: 13328830.

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

Color convert

RGB19097203-
CMYK0.060.5200.20
HSL292.64º50.48%58.82%-
HSV(B)292.64º52.22%79.61%-
XYZ36.2923.8159.18-
YUV136.89165.31165.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.78%
GREEN value IS 97 (38.28% from 255) = 19.80%
BLUE value IS 203 (79.69% from 255) = 41.43%
R=38.78%
G=19.80%
B=41.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal190972030.060.5200.20292.6450.4858.82
HexBE61CB634014125323b
Octal2761413136640244456273
Binary10111110110000111001011110110100010100100100101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be61cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be61cb; }

 p { color: rgb(190,97,203); }

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

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

 a { background-color: rgb(190,97,203); }

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

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

 span { border-color: rgb(190,97,203); }

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