Html Css Color HEX #BE28DD Dark Orchid

📋 copy color: '#BE28DD'

red 190 ◦ green 40 ◦ blue 221

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

Shades of Dark Orchid #BE28DD

Tints of Dark Orchid #BE28DD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.87%

 BLUE value IS 221 (86.72% from 255) = 49%

R = 42.13%
G = 8.87%
B = 49%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE28DD (or 0xBE28DD) is known color: Dark Orchid. HEX triplet: BE, 28 and DD. RGB value is (190,40,221). Sum of RGB (Red+Green+Blue) = 190+40+221=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 40 (16.02% from 255 or 8.87% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE28DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE28DD is #41D722. Grayscale: #686868. Windows color (decimal): -4314915 or 14493886. OLE color: 14493886.

HSL color Cylindrical-coordinate representation of color #BE28DD: hue angle of 289.72º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE28DD is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 40 221 -
CMYK 0.14 0.82 0 0.13
HSL 289.72º 0.73% 0.51% -
HSV(B) 289.72º 0.82% 0.87% -
XYZ 35.05 17.69 69.97 -
YUV 105.48 193.2 188.28 -
System Red Green Blue C M Y K H S L
Decimal 190 40 221 0.14 0.82 0 0.13 289.72 0.73 0.51
Hex BE 28 DD E 52 0 D 122 49 33
Octal 276 50 335 16 122 0 15 442 111 63
Binary 10111110 101000 11011101 1110 1010010 0 1101 100100010 1001001 110011

Color Harmonies of #BE28DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE28DD

Black with #BE28DD

Text Example


Text Example

White with #BE28DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE28DD; }

 p { color: rgb(190,40,221); }

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

background-color css

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

 a { background-color: rgb(190,40,221); }

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

border-color css

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

 span { border-color: rgb(190,40,221); }

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