Html Css Color HEX #BE34CE Medium Orchid

📋 copy color: '#BE34CE'

red 190 ◦ green 52 ◦ blue 206

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

Shades of Medium Orchid #BE34CE

Tints of Medium Orchid #BE34CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.98%

R = 42.41%
G = 11.61%
B = 45.98%

CMYK

 C value IS 0.08

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE34CE (or 0xBE34CE) is known color: Medium Orchid. HEX triplet: BE, 34 and CE. RGB value is (190,52,206). Sum of RGB (Red+Green+Blue) = 190+52+206=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 52 (20.70% from 255 or 11.61% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE34CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE34CE is #41CB31. Grayscale: #6E6E6E. Windows color (decimal): -4311858 or 13513918. OLE color: 13513918.

HSL color Cylindrical-coordinate representation of color #BE34CE: hue angle of 293.77º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE34CE is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 52 206 -
CMYK 0.08 0.75 0 0.19
HSL 293.77º 0.61% 0.51% -
HSV(B) 293.77º 0.75% 0.81% -
XYZ 33.6 17.86 60.07 -
YUV 110.82 181.72 184.48 -
System Red Green Blue C M Y K H S L
Decimal 190 52 206 0.08 0.75 0 0.19 293.77 0.61 0.51
Hex BE 34 CE 8 4B 0 13 126 3D 33
Octal 276 64 316 10 113 0 23 446 75 63
Binary 10111110 110100 11001110 1000 1001011 0 10011 100100110 111101 110011

Color Harmonies of #BE34CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE34CE

Black with #BE34CE

Text Example


Text Example

White with #BE34CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE34CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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