Html Css Color HEX #BE34DB Medium Orchid

📋 copy color: '#BE34DB'

red 190 ◦ green 52 ◦ blue 219

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

Shades of Medium Orchid #BE34DB

Tints of Medium Orchid #BE34DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.51%

R = 41.21%
G = 11.28%
B = 47.51%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE34DB (or 0xBE34DB) is known color: Medium Orchid. HEX triplet: BE, 34 and DB. RGB value is (190,52,219). Sum of RGB (Red+Green+Blue) = 190+52+219=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 52 (20.70% from 255 or 11.28% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE34DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE34DB is #41CB24. Grayscale: #6F6F6F. Windows color (decimal): -4311845 or 14365886. OLE color: 14365886.

HSL color Cylindrical-coordinate representation of color #BE34DB: hue angle of 289.58º degrees, saturation: 0.7, 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 #BE34DB is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 52 219 -
CMYK 0.13 0.76 0 0.14
HSL 289.58º 0.7% 0.53% -
HSV(B) 289.58º 0.76% 0.86% -
XYZ 35.25 18.52 68.73 -
YUV 112.3 188.22 183.42 -
System Red Green Blue C M Y K H S L
Decimal 190 52 219 0.13 0.76 0 0.14 289.58 0.7 0.53
Hex BE 34 DB D 4C 0 E 122 46 35
Octal 276 64 333 15 114 0 16 442 106 65
Binary 10111110 110100 11011011 1101 1001100 0 1110 100100010 1000110 110101

Color Harmonies of #BE34DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE34DB

Black with #BE34DB

Text Example


Text Example

White with #BE34DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE34DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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