Html Css Color HEX #BE2ACD Dark Orchid

📋 copy color: '#BE2ACD'

red 190 ◦ green 42 ◦ blue 205

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

Shades of Dark Orchid #BE2ACD

Tints of Dark Orchid #BE2ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.91%

R = 43.48%
G = 9.61%
B = 46.91%

CMYK

 C value IS 0.07

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE2ACD (or 0xBE2ACD) is known color: Dark Orchid. HEX triplet: BE, 2A and CD. RGB value is (190,42,205). Sum of RGB (Red+Green+Blue) = 190+42+205=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 42 (16.80% from 255 or 9.61% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE2ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2ACD is #41D532. Grayscale: #686868. Windows color (decimal): -4314419 or 13445822. OLE color: 13445822.

HSL color Cylindrical-coordinate representation of color #BE2ACD: hue angle of 294.48º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE2ACD is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 42 205 -
CMYK 0.07 0.80 0 0.20
HSL 294.48º 0.66% 0.48% -
HSV(B) 294.48º 0.8% 0.8% -
XYZ 33.08 17.01 59.3 -
YUV 104.83 184.53 188.75 -
System Red Green Blue C M Y K H S L
Decimal 190 42 205 0.07 0.80 0 0.20 294.48 0.66 0.48
Hex BE 2A CD 7 50 0 14 126 42 30
Octal 276 52 315 7 120 0 24 446 102 60
Binary 10111110 101010 11001101 111 1010000 0 10100 100100110 1000010 110000

Color Harmonies of #BE2ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2ACD

Black with #BE2ACD

Text Example


Text Example

White with #BE2ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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