Html Css Color HEX #BE3CE7 Medium Orchid

📋 copy color: '#BE3CE7'

red 190 ◦ green 60 ◦ blue 231

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

Shades of Medium Orchid #BE3CE7

Tints of Medium Orchid #BE3CE7

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.47%

 BLUE value IS 231 (90.63% from 255) = 48.02%

R = 39.5%
G = 12.47%
B = 48.02%

CMYK

 C value IS 0.18

 M value IS 0.74

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BE3CE7 (or 0xBE3CE7) is known color: Medium Orchid. HEX triplet: BE, 3C and E7. RGB value is (190,60,231). Sum of RGB (Red+Green+Blue) = 190+60+231=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 60 (23.83% from 255 or 12.47% from 481); Blue value is 231 (90.62% from 255 or 48.02% from 481); Max value from RGB is 231 - color contains mainly: blue. Hex color #BE3CE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3CE7 is #41C318. Grayscale: #757575. Windows color (decimal): -4309785 or 15154366. OLE color: 15154366.

HSL color Cylindrical-coordinate representation of color #BE3CE7: hue angle of 285.61º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE3CE7 is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 60 231 -
CMYK 0.18 0.74 0 0.09
HSL 285.61º 0.78% 0.57% -
HSV(B) 285.61º 0.74% 0.91% -
XYZ 37.27 19.95 77.49 -
YUV 118.36 191.57 179.1 -
System Red Green Blue C M Y K H S L
Decimal 190 60 231 0.18 0.74 0 0.09 285.61 0.78 0.57
Hex BE 3C E7 12 4A 0 9 11E 4E 39
Octal 276 74 347 22 112 0 11 436 116 71
Binary 10111110 111100 11100111 10010 1001010 0 1001 100011110 1001110 111001

Color Harmonies of #BE3CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3CE7

Black with #BE3CE7

Text Example


Text Example

White with #BE3CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3CE7; }

 p { color: rgb(190,60,231); }

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

background-color css

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

 a { background-color: rgb(190,60,231); }

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

border-color css

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

 span { border-color: rgb(190,60,231); }

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