Html Css Color HEX #BE41DA Medium Orchid

📋 copy color: '#BE41DA'

red 190 ◦ green 65 ◦ blue 218

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

Shades of Medium Orchid #BE41DA

Tints of Medium Orchid #BE41DA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.74%

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

R = 40.17%
G = 13.74%
B = 46.09%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE41DA (or 0xBE41DA) is known color: Medium Orchid. HEX triplet: BE, 41 and DA. RGB value is (190,65,218). Sum of RGB (Red+Green+Blue) = 190+65+218=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 65 (25.78% from 255 or 13.74% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE41DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE41DA is #41BE25. Grayscale: #777777. Windows color (decimal): -4308518 or 14303678. OLE color: 14303678.

HSL color Cylindrical-coordinate representation of color #BE41DA: hue angle of 289.02º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BE41DA is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 65 218 -
CMYK 0.13 0.70 0 0.15
HSL 289.02º 0.67% 0.55% -
HSV(B) 289.02º 0.7% 0.85% -
XYZ 35.78 19.79 68.26 -
YUV 119.82 183.41 178.06 -
System Red Green Blue C M Y K H S L
Decimal 190 65 218 0.13 0.70 0 0.15 289.02 0.67 0.55
Hex BE 41 DA D 46 0 F 121 43 37
Octal 276 101 332 15 106 0 17 441 103 67
Binary 10111110 1000001 11011010 1101 1000110 0 1111 100100001 1000011 110111

Color Harmonies of #BE41DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE41DA

Black with #BE41DA

Text Example


Text Example

White with #BE41DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE41DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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