Html Css Color HEX #BE32DA Medium Orchid

📋 copy color: '#BE32DA'

red 190 ◦ green 50 ◦ blue 218

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

Shades of Medium Orchid #BE32DA

Tints of Medium Orchid #BE32DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.6%

R = 41.48%
G = 10.92%
B = 47.6%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE32DA (or 0xBE32DA) is known color: Medium Orchid. HEX triplet: BE, 32 and DA. RGB value is (190,50,218). Sum of RGB (Red+Green+Blue) = 190+50+218=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 50 (19.92% from 255 or 10.92% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE32DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE32DA is #41CD25. Grayscale: #6E6E6E. Windows color (decimal): -4312358 or 14299838. OLE color: 14299838.

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

Color convert

RGB 190 50 218 -
CMYK 0.13 0.77 0 0.15
HSL 290º 0.69% 0.53% -
HSV(B) 290º 0.77% 0.85% -
XYZ 35.03 18.29 68.01 -
YUV 111.01 188.38 184.34 -
System Red Green Blue C M Y K H S L
Decimal 190 50 218 0.13 0.77 0 0.15 290 0.69 0.53
Hex BE 32 DA D 4D 0 F 122 45 35
Octal 276 62 332 15 115 0 17 442 105 65
Binary 10111110 110010 11011010 1101 1001101 0 1111 100100010 1000101 110101

Color Harmonies of #BE32DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE32DA

Black with #BE32DA

Text Example


Text Example

White with #BE32DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE32DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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