Html Css Color HEX #BE2FCE Medium Orchid

📋 copy color: '#BE2FCE'

red 190 ◦ green 47 ◦ blue 206

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

Shades of Medium Orchid #BE2FCE

Tints of Medium Orchid #BE2FCE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.61%

 BLUE value IS 206 (80.86% from 255) = 46.5%

R = 42.89%
G = 10.61%
B = 46.5%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE2FCE (or 0xBE2FCE) is known color: Medium Orchid. HEX triplet: BE, 2F and CE. RGB value is (190,47,206). Sum of RGB (Red+Green+Blue) = 190+47+206=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 47 (18.75% from 255 or 10.61% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE2FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2FCE is #41D031. Grayscale: #6B6B6B. Windows color (decimal): -4313138 or 13512638. OLE color: 13512638.

HSL color Cylindrical-coordinate representation of color #BE2FCE: hue angle of 293.96º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE2FCE is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 47 206 -
CMYK 0.08 0.77 0 0.19
HSL 293.96º 0.63% 0.5% -
HSV(B) 293.96º 0.77% 0.81% -
XYZ 33.39 17.44 60 -
YUV 107.88 183.38 186.57 -
System Red Green Blue C M Y K H S L
Decimal 190 47 206 0.08 0.77 0 0.19 293.96 0.63 0.5
Hex BE 2F CE 8 4D 0 13 126 3F 32
Octal 276 57 316 10 115 0 23 446 77 62
Binary 10111110 101111 11001110 1000 1001101 0 10011 100100110 111111 110010

Color Harmonies of #BE2FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2FCE

Black with #BE2FCE

Text Example


Text Example

White with #BE2FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2FCE; }

 p { color: rgb(190,47,206); }

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

background-color css

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

 a { background-color: rgb(190,47,206); }

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

border-color css

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

 span { border-color: rgb(190,47,206); }

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