Html Css Color HEX #BA26D8 Dark Orchid

📋 copy color: '#BA26D8'

red 186 ◦ green 38 ◦ blue 216

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

Shades of Dark Orchid #BA26D8

Tints of Dark Orchid #BA26D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 49.09%

R = 42.27%
G = 8.64%
B = 49.09%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA26D8 (or 0xBA26D8) is known color: Dark Orchid. HEX triplet: BA, 26 and D8. RGB value is (186,38,216). Sum of RGB (Red+Green+Blue) = 186+38+216=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 38 (15.23% from 255 or 8.64% from 440); Blue value is 216 (84.77% from 255 or 49.09% from 440); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA26D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA26D8 is #45D927. Grayscale: #656565. Windows color (decimal): -4577576 or 14165690. OLE color: 14165690.

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

Color convert

RGB 186 38 216 -
CMYK 0.14 0.82 0 0.15
HSL 289.89º 0.7% 0.5% -
HSV(B) 289.89º 0.82% 0.85% -
XYZ 33.34 16.78 66.45 -
YUV 102.54 192.03 187.53 -
System Red Green Blue C M Y K H S L
Decimal 186 38 216 0.14 0.82 0 0.15 289.89 0.7 0.5
Hex BA 26 D8 E 52 0 F 122 46 32
Octal 272 46 330 16 122 0 17 442 106 62
Binary 10111010 100110 11011000 1110 1010010 0 1111 100100010 1000110 110010

Color Harmonies of #BA26D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA26D8

Black with #BA26D8

Text Example


Text Example

White with #BA26D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA26D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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