Html Css Color HEX #BE62CB Medium Orchid

📋 copy color: '#BE62CB'

red 190 ◦ green 98 ◦ blue 203

#BE62CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BE62CB

Tints of Medium Orchid #BE62CB

RGB

 RED value IS 190 (74.61% from 255) = 38.7%

 GREEN value IS 98 (38.67% from 255) = 19.96%

 BLUE value IS 203 (79.69% from 255) = 41.34%

R = 38.7%
G = 19.96%
B = 41.34%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE62CB (or 0xBE62CB) is known color: 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

RGB 190 98 203 -
CMYK 0.06 0.52 0 0.20
HSL 292.57º 0.5% 0.59% -
HSV(B) 292.57º 0.52% 0.8% -
XYZ 36.38 23.99 59.21 -
YUV 137.48 164.98 165.46 -
System Red Green Blue C M Y K H S L
Decimal 190 98 203 0.06 0.52 0 0.20 292.57 0.5 0.59
Hex BE 62 CB 6 34 0 14 125 32 3B
Octal 276 142 313 6 64 0 24 445 62 73
Binary 10111110 1100010 11001011 110 110100 0 10100 100100101 110010 111011

Color Harmonies of #BE62CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE62CB

Black with #BE62CB

Text Example


Text Example

White with #BE62CB

Text Example


Text Example

HTML Codes & Css Web 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>