Html Css Color HEX #BE34E6 Medium Orchid

📋 copy color: '#BE34E6'

red 190 ◦ green 52 ◦ blue 230

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

Shades of Medium Orchid #BE34E6

Tints of Medium Orchid #BE34E6

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.02%

 BLUE value IS 230 (90.23% from 255) = 48.73%

R = 40.25%
G = 11.02%
B = 48.73%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BE34E6 (or 0xBE34E6) is known color: Medium Orchid. HEX triplet: BE, 34 and E6. RGB value is (190,52,230). Sum of RGB (Red+Green+Blue) = 190+52+230=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 52 (20.70% from 255 or 11.02% from 472); Blue value is 230 (90.23% from 255 or 48.73% from 472); Max value from RGB is 230 - color contains mainly: blue. Hex color #BE34E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE34E6 is #41CB19. Grayscale: #707070. Windows color (decimal): -4311834 or 15086782. OLE color: 15086782.

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

Color convert

RGB 190 52 230 -
CMYK 0.17 0.77 0 0.10
HSL 286.52º 0.78% 0.55% -
HSV(B) 286.52º 0.77% 0.9% -
XYZ 36.75 19.12 76.62 -
YUV 113.55 193.72 182.53 -
System Red Green Blue C M Y K H S L
Decimal 190 52 230 0.17 0.77 0 0.10 286.52 0.78 0.55
Hex BE 34 E6 11 4D 0 A 11F 4E 37
Octal 276 64 346 21 115 0 12 437 116 67
Binary 10111110 110100 11100110 10001 1001101 0 1010 100011111 1001110 110111

Color Harmonies of #BE34E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE34E6

Black with #BE34E6

Text Example


Text Example

White with #BE34E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE34E6; }

 p { color: rgb(190,52,230); }

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

background-color css

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

 a { background-color: rgb(190,52,230); }

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

border-color css

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

 span { border-color: rgb(190,52,230); }

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