Html Css Color HEX #BE2AD6 Dark Orchid

📋 copy color: '#BE2AD6'

red 190 ◦ green 42 ◦ blue 214

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

Shades of Dark Orchid #BE2AD6

Tints of Dark Orchid #BE2AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 47.98%

R = 42.6%
G = 9.42%
B = 47.98%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BE2AD6 (or 0xBE2AD6) is known color: Dark Orchid. HEX triplet: BE, 2A and D6. RGB value is (190,42,214). Sum of RGB (Red+Green+Blue) = 190+42+214=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 42 (16.80% from 255 or 9.42% from 446); Blue value is 214 (83.98% from 255 or 47.98% from 446); Max value from RGB is 214 - color contains mainly: blue. Hex color #BE2AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2AD6 is #41D529. Grayscale: #696969. Windows color (decimal): -4314410 or 14035646. OLE color: 14035646.

HSL color Cylindrical-coordinate representation of color #BE2AD6: hue angle of 291.63º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE2AD6 is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 42 214 -
CMYK 0.11 0.80 0 0.16
HSL 291.63º 0.68% 0.5% -
HSV(B) 291.63º 0.8% 0.84% -
XYZ 34.2 17.46 65.19 -
YUV 105.86 189.03 188.01 -
System Red Green Blue C M Y K H S L
Decimal 190 42 214 0.11 0.80 0 0.16 291.63 0.68 0.5
Hex BE 2A D6 B 50 0 10 124 44 32
Octal 276 52 326 13 120 0 20 444 104 62
Binary 10111110 101010 11010110 1011 1010000 0 10000 100100100 1000100 110010

Color Harmonies of #BE2AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2AD6

Black with #BE2AD6

Text Example


Text Example

White with #BE2AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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