Html Css Color HEX #BE28E0 Dark Orchid

📋 copy color: '#BE28E0'

red 190 ◦ green 40 ◦ blue 224

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

Shades of Dark Orchid #BE28E0

Tints of Dark Orchid #BE28E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.34%

R = 41.85%
G = 8.81%
B = 49.34%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BE28E0 (or 0xBE28E0) is known color: Dark Orchid. HEX triplet: BE, 28 and E0. RGB value is (190,40,224). Sum of RGB (Red+Green+Blue) = 190+40+224=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 40 (16.02% from 255 or 8.81% from 454); Blue value is 224 (87.89% from 255 or 49.34% from 454); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE28E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE28E0 is #41D71F. Grayscale: #696969. Windows color (decimal): -4314912 or 14690494. OLE color: 14690494.

HSL color Cylindrical-coordinate representation of color #BE28E0: hue angle of 288.91º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE28E0 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 40 224 -
CMYK 0.15 0.82 0 0.12
HSL 288.91º 0.75% 0.52% -
HSV(B) 288.91º 0.82% 0.88% -
XYZ 35.45 17.85 72.1 -
YUV 105.83 194.7 188.04 -
System Red Green Blue C M Y K H S L
Decimal 190 40 224 0.15 0.82 0 0.12 288.91 0.75 0.52
Hex BE 28 E0 F 52 0 C 121 4B 34
Octal 276 50 340 17 122 0 14 441 113 64
Binary 10111110 101000 11100000 1111 1010010 0 1100 100100001 1001011 110100

Color Harmonies of #BE28E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE28E0

Black with #BE28E0

Text Example


Text Example

White with #BE28E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE28E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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