Html Css Color HEX #BE2ADA Dark Orchid

📋 copy color: '#BE2ADA'

red 190 ◦ green 42 ◦ blue 218

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

Shades of Dark Orchid #BE2ADA

Tints of Dark Orchid #BE2ADA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.33%

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

R = 42.22%
G = 9.33%
B = 48.44%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE2ADA (or 0xBE2ADA) is known color: Dark Orchid. HEX triplet: BE, 2A and DA. RGB value is (190,42,218). Sum of RGB (Red+Green+Blue) = 190+42+218=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 42 (16.80% from 255 or 9.33% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE2ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2ADA is #41D525. Grayscale: #696969. Windows color (decimal): -4314406 or 14297790. OLE color: 14297790.

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

Color convert

RGB 190 42 218 -
CMYK 0.13 0.81 0 0.15
HSL 290.45º 0.7% 0.51% -
HSV(B) 290.45º 0.81% 0.85% -
XYZ 34.72 17.67 67.91 -
YUV 106.32 191.03 187.69 -
System Red Green Blue C M Y K H S L
Decimal 190 42 218 0.13 0.81 0 0.15 290.45 0.7 0.51
Hex BE 2A DA D 51 0 F 122 46 33
Octal 276 52 332 15 121 0 17 442 106 63
Binary 10111110 101010 11011010 1101 1010001 0 1111 100100010 1000110 110011

Color Harmonies of #BE2ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2ADA

Black with #BE2ADA

Text Example


Text Example

White with #BE2ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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