Html Css Color HEX #BE39D4 Medium Orchid

📋 copy color: '#BE39D4'

red 190 ◦ green 57 ◦ blue 212

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

Shades of Medium Orchid #BE39D4

Tints of Medium Orchid #BE39D4

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.42%

 BLUE value IS 212 (83.2% from 255) = 46.19%

R = 41.39%
G = 12.42%
B = 46.19%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BE39D4 (or 0xBE39D4) is known color: Medium Orchid. HEX triplet: BE, 39 and D4. RGB value is (190,57,212). Sum of RGB (Red+Green+Blue) = 190+57+212=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 57 (22.66% from 255 or 12.42% from 459); Blue value is 212 (83.20% from 255 or 46.19% from 459); Max value from RGB is 212 - color contains mainly: blue. Hex color #BE39D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE39D4 is #41C62B. Grayscale: #717171. Windows color (decimal): -4310572 or 13908414. OLE color: 13908414.

HSL color Cylindrical-coordinate representation of color #BE39D4: hue angle of 291.48º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE39D4 is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 57 212 -
CMYK 0.10 0.73 0 0.17
HSL 291.48º 0.64% 0.53% -
HSV(B) 291.48º 0.73% 0.83% -
XYZ 34.58 18.63 64.06 -
YUV 114.44 183.06 181.9 -
System Red Green Blue C M Y K H S L
Decimal 190 57 212 0.10 0.73 0 0.17 291.48 0.64 0.53
Hex BE 39 D4 A 49 0 11 123 40 35
Octal 276 71 324 12 111 0 21 443 100 65
Binary 10111110 111001 11010100 1010 1001001 0 10001 100100011 1000000 110101

Color Harmonies of #BE39D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE39D4

Black with #BE39D4

Text Example


Text Example

White with #BE39D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE39D4; }

 p { color: rgb(190,57,212); }

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

background-color css

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

 a { background-color: rgb(190,57,212); }

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

border-color css

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

 span { border-color: rgb(190,57,212); }

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