Html Css Color HEX #BE3FE5 Medium Orchid

📋 copy color: '#BE3FE5'

red 190 ◦ green 63 ◦ blue 229

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

Shades of Medium Orchid #BE3FE5

Tints of Medium Orchid #BE3FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.51%

R = 39.42%
G = 13.07%
B = 47.51%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BE3FE5 (or 0xBE3FE5) is known color: Medium Orchid. HEX triplet: BE, 3F and E5. RGB value is (190,63,229). Sum of RGB (Red+Green+Blue) = 190+63+229=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 63 (25% from 255 or 13.07% from 482); Blue value is 229 (89.84% from 255 or 47.51% from 482); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE3FE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3FE5 is #41C01A. Grayscale: #777777. Windows color (decimal): -4309019 or 15024062. OLE color: 15024062.

HSL color Cylindrical-coordinate representation of color #BE3FE5: hue angle of 285.9º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE3FE5 is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 190 63 229 -
CMYK 0.17 0.72 0 0.10
HSL 285.9º 0.76% 0.57% -
HSV(B) 285.9º 0.72% 0.9% -
XYZ 37.16 20.16 76.06 -
YUV 119.9 189.58 178 -
System Red Green Blue C M Y K H S L
Decimal 190 63 229 0.17 0.72 0 0.10 285.9 0.76 0.57
Hex BE 3F E5 11 48 0 A 11E 4C 39
Octal 276 77 345 21 110 0 12 436 114 71
Binary 10111110 111111 11100101 10001 1001000 0 1010 100011110 1001100 111001

Color Harmonies of #BE3FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3FE5

Black with #BE3FE5

Text Example


Text Example

White with #BE3FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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