Html Css Color HEX #BE26DD Dark Orchid

📋 copy color: '#BE26DD'

red 190 ◦ green 38 ◦ blue 221

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

Shades of Dark Orchid #BE26DD

Tints of Dark Orchid #BE26DD

RGB

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

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

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

R = 42.32%
G = 8.46%
B = 49.22%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE26DD (or 0xBE26DD) is known color: Dark Orchid. HEX triplet: BE, 26 and DD. RGB value is (190,38,221). Sum of RGB (Red+Green+Blue) = 190+38+221=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 38 (15.23% from 255 or 8.46% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE26DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE26DD is #41D922. Grayscale: #676767. Windows color (decimal): -4315427 or 14493374. OLE color: 14493374.

HSL color Cylindrical-coordinate representation of color #BE26DD: hue angle of 289.84º degrees, saturation: 0.73, 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 #BE26DD is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 38 221 -
CMYK 0.14 0.83 0 0.13
HSL 289.84º 0.73% 0.51% -
HSV(B) 289.84º 0.83% 0.87% -
XYZ 34.98 17.55 69.95 -
YUV 104.31 193.86 189.12 -
System Red Green Blue C M Y K H S L
Decimal 190 38 221 0.14 0.83 0 0.13 289.84 0.73 0.51
Hex BE 26 DD E 53 0 D 122 49 33
Octal 276 46 335 16 123 0 15 442 111 63
Binary 10111110 100110 11011101 1110 1010011 0 1101 100100010 1001001 110011

Color Harmonies of #BE26DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE26DD

Black with #BE26DD

Text Example


Text Example

White with #BE26DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE26DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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