#BE62CB

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

Shades of Medium Orchid #BE62CB

Tints of Medium Orchid #BE62CB

Color information

#BE62CB (or 0xBE62CB) is unknown color: approx Medium Orchid. HEX triplet: BE, 62 and CB. RGB value is (190,98,203). Sum of RGB (Red+Green+Blue) = 190+98+203=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE62CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE62CB is #419D34. Grayscale: #898989. Windows color (decimal): -4300085 or 13329086. OLE color: 13329086.

HSL color Cylindrical-coordinate representation of color #BE62CB: hue angle of 292.57º 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 #BE62CB is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19098203-
CMYK0.060.5200.20
HSL292.57º50.24%59.02%-
HSV(B)292.57º51.72%79.61%-
XYZ36.3823.9959.21-
YUV137.48164.98165.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.70%
GREEN value IS 98 (38.67% from 255) = 19.96%
BLUE value IS 203 (79.69% from 255) = 41.34%
R=38.70%
G=19.96%
B=41.34%

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
Decimal190982030.060.5200.20292.5750.2459.02
HexBE62CB634014125323b
Octal2761423136640244456273
Binary10111110110001011001011110110100010100100100101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE62CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE62CB; }

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

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

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

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

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

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

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

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