Html Css Color HEX #BE3FCE Medium Orchid

📋 copy color: '#BE3FCE'

red 190 ◦ green 63 ◦ blue 206

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

Shades of Medium Orchid #BE3FCE

Tints of Medium Orchid #BE3FCE

RGB

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

 GREEN value IS 63 (25% from 255) = 13.73%

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

R = 41.39%
G = 13.73%
B = 44.88%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE3FCE (or 0xBE3FCE) is known color: Medium Orchid. HEX triplet: BE, 3F and CE. RGB value is (190,63,206). Sum of RGB (Red+Green+Blue) = 190+63+206=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 63 (25% from 255 or 13.73% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE3FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3FCE is #41C031. Grayscale: #747474. Windows color (decimal): -4309042 or 13516734. OLE color: 13516734.

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

Color convert

RGB 190 63 206 -
CMYK 0.08 0.69 0 0.19
HSL 293.29º 0.59% 0.53% -
HSV(B) 293.29º 0.69% 0.81% -
XYZ 34.15 18.96 60.25 -
YUV 117.28 178.08 179.87 -
System Red Green Blue C M Y K H S L
Decimal 190 63 206 0.08 0.69 0 0.19 293.29 0.59 0.53
Hex BE 3F CE 8 45 0 13 125 3B 35
Octal 276 77 316 10 105 0 23 445 73 65
Binary 10111110 111111 11001110 1000 1000101 0 10011 100100101 111011 110101

Color Harmonies of #BE3FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3FCE

Black with #BE3FCE

Text Example


Text Example

White with #BE3FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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