Html Css Color HEX #BE34ED Medium Orchid

📋 copy color: '#BE34ED'

red 190 ◦ green 52 ◦ blue 237

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

Shades of Medium Orchid #BE34ED

Tints of Medium Orchid #BE34ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.48%

R = 39.67%
G = 10.86%
B = 49.48%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE34ED (or 0xBE34ED) is known color: Medium Orchid. HEX triplet: BE, 34 and ED. RGB value is (190,52,237). Sum of RGB (Red+Green+Blue) = 190+52+237=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 52 (20.70% from 255 or 10.86% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE34ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE34ED is #41CB12. Grayscale: #717171. Windows color (decimal): -4311827 or 15545534. OLE color: 15545534.

HSL color Cylindrical-coordinate representation of color #BE34ED: hue angle of 284.76º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE34ED is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 52 237 -
CMYK 0.20 0.78 0 0.07
HSL 284.76º 0.84% 0.57% -
HSV(B) 284.76º 0.78% 0.93% -
XYZ 37.75 19.52 81.9 -
YUV 114.35 197.22 181.96 -
System Red Green Blue C M Y K H S L
Decimal 190 52 237 0.20 0.78 0 0.07 284.76 0.84 0.57
Hex BE 34 ED 14 4E 0 7 11D 54 39
Octal 276 64 355 24 116 0 7 435 124 71
Binary 10111110 110100 11101101 10100 1001110 0 111 100011101 1010100 111001

Color Harmonies of #BE34ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE34ED

Black with #BE34ED

Text Example


Text Example

White with #BE34ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE34ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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