Html Css Color HEX #BE32DB Medium Orchid

📋 copy color: '#BE32DB'

red 190 ◦ green 50 ◦ blue 219

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

Shades of Medium Orchid #BE32DB

Tints of Medium Orchid #BE32DB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.89%

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

R = 41.39%
G = 10.89%
B = 47.71%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE32DB (or 0xBE32DB) is known color: Medium Orchid. HEX triplet: BE, 32 and DB. RGB value is (190,50,219). Sum of RGB (Red+Green+Blue) = 190+50+219=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 50 (19.92% from 255 or 10.89% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE32DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE32DB is #41CD24. Grayscale: #6E6E6E. Windows color (decimal): -4312357 or 14365374. OLE color: 14365374.

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

Color convert

RGB 190 50 219 -
CMYK 0.13 0.77 0 0.14
HSL 289.7º 0.7% 0.53% -
HSV(B) 289.7º 0.77% 0.86% -
XYZ 35.16 18.34 68.71 -
YUV 111.13 188.88 184.26 -
System Red Green Blue C M Y K H S L
Decimal 190 50 219 0.13 0.77 0 0.14 289.7 0.7 0.53
Hex BE 32 DB D 4D 0 E 122 46 35
Octal 276 62 333 15 115 0 16 442 106 65
Binary 10111110 110010 11011011 1101 1001101 0 1110 100100010 1000110 110101

Color Harmonies of #BE32DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE32DB

Black with #BE32DB

Text Example


Text Example

White with #BE32DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE32DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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