Html Css Color HEX #BE2BDA Dark Orchid

📋 copy color: '#BE2BDA'

red 190 ◦ green 43 ◦ blue 218

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

Shades of Dark Orchid #BE2BDA

Tints of Dark Orchid #BE2BDA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.53%

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

R = 42.13%
G = 9.53%
B = 48.34%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE2BDA (or 0xBE2BDA) is known color: Dark Orchid. HEX triplet: BE, 2B and DA. RGB value is (190,43,218). Sum of RGB (Red+Green+Blue) = 190+43+218=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 43 (17.19% from 255 or 9.53% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE2BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2BDA is #41D425. Grayscale: #6A6A6A. Windows color (decimal): -4314150 or 14298046. OLE color: 14298046.

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

Color convert

RGB 190 43 218 -
CMYK 0.13 0.80 0 0.15
HSL 290.4º 0.7% 0.51% -
HSV(B) 290.4º 0.8% 0.85% -
XYZ 34.75 17.74 67.92 -
YUV 106.9 190.7 187.27 -
System Red Green Blue C M Y K H S L
Decimal 190 43 218 0.13 0.80 0 0.15 290.4 0.7 0.51
Hex BE 2B DA D 50 0 F 122 46 33
Octal 276 53 332 15 120 0 17 442 106 63
Binary 10111110 101011 11011010 1101 1010000 0 1111 100100010 1000110 110011

Color Harmonies of #BE2BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2BDA

Black with #BE2BDA

Text Example


Text Example

White with #BE2BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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