Html Css Color HEX #BA26DD Dark Orchid

📋 copy color: '#BA26DD'

red 186 ◦ green 38 ◦ blue 221

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

Shades of Dark Orchid #BA26DD

Tints of Dark Orchid #BA26DD

RGB

 RED value IS 186 (73.05% from 255) = 41.8%

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

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

R = 41.8%
G = 8.54%
B = 49.66%

CMYK

 C value IS 0.16

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA26DD (or 0xBA26DD) is known color: Dark Orchid. HEX triplet: BA, 26 and DD. RGB value is (186,38,221). Sum of RGB (Red+Green+Blue) = 186+38+221=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 38 (15.23% from 255 or 8.54% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA26DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA26DD is #45D922. Grayscale: #666666. Windows color (decimal): -4577571 or 14493370. OLE color: 14493370.

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

Color convert

RGB 186 38 221 -
CMYK 0.16 0.83 0 0.13
HSL 288.52º 0.73% 0.51% -
HSV(B) 288.52º 0.83% 0.87% -
XYZ 33.99 17.05 69.91 -
YUV 103.11 194.53 187.12 -
System Red Green Blue C M Y K H S L
Decimal 186 38 221 0.16 0.83 0 0.13 288.52 0.73 0.51
Hex BA 26 DD 10 53 0 D 121 49 33
Octal 272 46 335 20 123 0 15 441 111 63
Binary 10111010 100110 11011101 10000 1010011 0 1101 100100001 1001001 110011

Color Harmonies of #BA26DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA26DD

Black with #BA26DD

Text Example


Text Example

White with #BA26DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA26DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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