Html Css Color HEX #BE26DF Dark Orchid

📋 copy color: '#BE26DF'

red 190 ◦ green 38 ◦ blue 223

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

Shades of Dark Orchid #BE26DF

Tints of Dark Orchid #BE26DF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.43%

 BLUE value IS 223 (87.5% from 255) = 49.45%

R = 42.13%
G = 8.43%
B = 49.45%

CMYK

 C value IS 0.15

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE26DF (or 0xBE26DF) is known color: Dark Orchid. HEX triplet: BE, 26 and DF. RGB value is (190,38,223). Sum of RGB (Red+Green+Blue) = 190+38+223=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 38 (15.23% from 255 or 8.43% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE26DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE26DF is #41D920. Grayscale: #676767. Windows color (decimal): -4315425 or 14624446. OLE color: 14624446.

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

Color convert

RGB 190 38 223 -
CMYK 0.15 0.83 0 0.13
HSL 289.3º 0.74% 0.51% -
HSV(B) 289.3º 0.83% 0.87% -
XYZ 35.25 17.66 71.36 -
YUV 104.54 194.86 188.96 -
System Red Green Blue C M Y K H S L
Decimal 190 38 223 0.15 0.83 0 0.13 289.3 0.74 0.51
Hex BE 26 DF F 53 0 D 121 4A 33
Octal 276 46 337 17 123 0 15 441 112 63
Binary 10111110 100110 11011111 1111 1010011 0 1101 100100001 1001010 110011

Color Harmonies of #BE26DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE26DF

Black with #BE26DF

Text Example


Text Example

White with #BE26DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE26DF; }

 p { color: rgb(190,38,223); }

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

background-color css

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

 a { background-color: rgb(190,38,223); }

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

border-color css

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

 span { border-color: rgb(190,38,223); }

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