Html Css Color HEX #BE28DA Dark Orchid

📋 copy color: '#BE28DA'

red 190 ◦ green 40 ◦ blue 218

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

Shades of Dark Orchid #BE28DA

Tints of Dark Orchid #BE28DA

RGB

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

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

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

R = 42.41%
G = 8.93%
B = 48.66%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE28DA (or 0xBE28DA) is known color: Dark Orchid. HEX triplet: BE, 28 and DA. RGB value is (190,40,218). Sum of RGB (Red+Green+Blue) = 190+40+218=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 40 (16.02% from 255 or 8.93% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE28DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE28DA is #41D725. Grayscale: #686868. Windows color (decimal): -4314918 or 14297278. OLE color: 14297278.

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

Color convert

RGB 190 40 218 -
CMYK 0.13 0.82 0 0.15
HSL 290.56º 0.71% 0.51% -
HSV(B) 290.56º 0.82% 0.85% -
XYZ 34.65 17.53 67.89 -
YUV 105.14 191.7 188.53 -
System Red Green Blue C M Y K H S L
Decimal 190 40 218 0.13 0.82 0 0.15 290.56 0.71 0.51
Hex BE 28 DA D 52 0 F 123 47 33
Octal 276 50 332 15 122 0 17 443 107 63
Binary 10111110 101000 11011010 1101 1010010 0 1111 100100011 1000111 110011

Color Harmonies of #BE28DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE28DA

Black with #BE28DA

Text Example


Text Example

White with #BE28DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE28DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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