Html Css Color HEX #BE34DC Medium Orchid

📋 copy color: '#BE34DC'

red 190 ◦ green 52 ◦ blue 220

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

Shades of Medium Orchid #BE34DC

Tints of Medium Orchid #BE34DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.62%

R = 41.13%
G = 11.26%
B = 47.62%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE34DC (or 0xBE34DC) is known color: Medium Orchid. HEX triplet: BE, 34 and DC. RGB value is (190,52,220). Sum of RGB (Red+Green+Blue) = 190+52+220=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 52 (20.70% from 255 or 11.26% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE34DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE34DC is #41CB23. Grayscale: #6F6F6F. Windows color (decimal): -4311844 or 14431422. OLE color: 14431422.

HSL color Cylindrical-coordinate representation of color #BE34DC: hue angle of 289.29º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE34DC is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 52 220 -
CMYK 0.14 0.76 0 0.14
HSL 289.29º 0.71% 0.53% -
HSV(B) 289.29º 0.76% 0.86% -
XYZ 35.38 18.57 69.43 -
YUV 112.41 188.72 183.34 -
System Red Green Blue C M Y K H S L
Decimal 190 52 220 0.14 0.76 0 0.14 289.29 0.71 0.53
Hex BE 34 DC E 4C 0 E 121 47 35
Octal 276 64 334 16 114 0 16 441 107 65
Binary 10111110 110100 11011100 1110 1001100 0 1110 100100001 1000111 110101

Color Harmonies of #BE34DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE34DC

Black with #BE34DC

Text Example


Text Example

White with #BE34DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE34DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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