Html Css Color HEX #BE62C9 Medium Orchid

📋 copy color: '#BE62C9'

red 190 ◦ green 98 ◦ blue 201

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

Shades of Medium Orchid #BE62C9

Tints of Medium Orchid #BE62C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.1%

R = 38.85%
G = 20.04%
B = 41.1%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE62C9 (or 0xBE62C9) is known color: Medium Orchid. HEX triplet: BE, 62 and C9. RGB value is (190,98,201). Sum of RGB (Red+Green+Blue) = 190+98+201=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 98 (38.67% from 255 or 20.04% from 489); Blue value is 201 (78.91% from 255 or 41.10% from 489); Max value from RGB is 201 - color contains mainly: blue. Hex color #BE62C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE62C9 is #419D36. Grayscale: #888888. Windows color (decimal): -4300087 or 13198014. OLE color: 13198014.

HSL color Cylindrical-coordinate representation of color #BE62C9: hue angle of 293.59º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE62C9 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 98 201 -
CMYK 0.05 0.51 0 0.21
HSL 293.59º 0.49% 0.59% -
HSV(B) 293.59º 0.51% 0.79% -
XYZ 36.15 23.9 57.97 -
YUV 137.25 163.98 165.62 -
System Red Green Blue C M Y K H S L
Decimal 190 98 201 0.05 0.51 0 0.21 293.59 0.49 0.59
Hex BE 62 C9 5 33 0 15 126 31 3B
Octal 276 142 311 5 63 0 25 446 61 73
Binary 10111110 1100010 11001001 101 110011 0 10101 100100110 110001 111011

Color Harmonies of #BE62C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE62C9

Black with #BE62C9

Text Example


Text Example

White with #BE62C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE62C9; }

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

 H1.HeaderClassName
 {
   color: #BE62C9;
 }
 .AnyTagClassName
 {
   color: #BE62C9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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