Html Css Color HEX #BA26D5 Dark Orchid

📋 copy color: '#BA26D5'

red 186 ◦ green 38 ◦ blue 213

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

Shades of Dark Orchid #BA26D5

Tints of Dark Orchid #BA26D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 48.74%

R = 42.56%
G = 8.7%
B = 48.74%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA26D5 (or 0xBA26D5) is known color: Dark Orchid. HEX triplet: BA, 26 and D5. RGB value is (186,38,213). Sum of RGB (Red+Green+Blue) = 186+38+213=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 38 (15.23% from 255 or 8.70% from 437); Blue value is 213 (83.59% from 255 or 48.74% from 437); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA26D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA26D5 is #45D92A. Grayscale: #656565. Windows color (decimal): -4577579 or 13969082. OLE color: 13969082.

HSL color Cylindrical-coordinate representation of color #BA26D5: hue angle of 290.74º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA26D5 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 38 213 -
CMYK 0.13 0.82 0 0.16
HSL 290.74º 0.7% 0.49% -
HSV(B) 290.74º 0.82% 0.84% -
XYZ 32.95 16.63 64.42 -
YUV 102.2 190.53 187.77 -
System Red Green Blue C M Y K H S L
Decimal 186 38 213 0.13 0.82 0 0.16 290.74 0.7 0.49
Hex BA 26 D5 D 52 0 10 123 46 31
Octal 272 46 325 15 122 0 20 443 106 61
Binary 10111010 100110 11010101 1101 1010010 0 10000 100100011 1000110 110001

Color Harmonies of #BA26D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA26D5

Black with #BA26D5

Text Example


Text Example

White with #BA26D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA26D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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