Html Css Color HEX #BE3BCE Medium Orchid

📋 copy color: '#BE3BCE'

red 190 ◦ green 59 ◦ blue 206

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

Shades of Medium Orchid #BE3BCE

Tints of Medium Orchid #BE3BCE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.97%

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

R = 41.76%
G = 12.97%
B = 45.27%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE3BCE (or 0xBE3BCE) is known color: Medium Orchid. HEX triplet: BE, 3B and CE. RGB value is (190,59,206). Sum of RGB (Red+Green+Blue) = 190+59+206=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 59 (23.44% from 255 or 12.97% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE3BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3BCE is #41C431. Grayscale: #727272. Windows color (decimal): -4310066 or 13515710. OLE color: 13515710.

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

Color convert

RGB 190 59 206 -
CMYK 0.08 0.71 0 0.19
HSL 293.47º 0.6% 0.52% -
HSV(B) 293.47º 0.71% 0.81% -
XYZ 33.94 18.53 60.18 -
YUV 114.93 179.4 181.55 -
System Red Green Blue C M Y K H S L
Decimal 190 59 206 0.08 0.71 0 0.19 293.47 0.6 0.52
Hex BE 3B CE 8 47 0 13 125 3C 34
Octal 276 73 316 10 107 0 23 445 74 64
Binary 10111110 111011 11001110 1000 1000111 0 10011 100100101 111100 110100

Color Harmonies of #BE3BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3BCE

Black with #BE3BCE

Text Example


Text Example

White with #BE3BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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