Html Css Color HEX #BA26DE Dark Orchid

📋 copy color: '#BA26DE'

red 186 ◦ green 38 ◦ blue 222

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

Shades of Dark Orchid #BA26DE

Tints of Dark Orchid #BA26DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.78%

R = 41.7%
G = 8.52%
B = 49.78%

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

#BA26DE (or 0xBA26DE) is known color: Dark Orchid. HEX triplet: BA, 26 and DE. RGB value is (186,38,222). Sum of RGB (Red+Green+Blue) = 186+38+222=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 38 (15.23% from 255 or 8.52% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA26DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA26DE is #45D921. Grayscale: #666666. Windows color (decimal): -4577570 or 14558906. OLE color: 14558906.

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

Color convert

RGB 186 38 222 -
CMYK 0.16 0.83 0 0.13
HSL 288.26º 0.74% 0.51% -
HSV(B) 288.26º 0.83% 0.87% -
XYZ 34.13 17.1 70.61 -
YUV 103.23 195.03 187.04 -
System Red Green Blue C M Y K H S L
Decimal 186 38 222 0.16 0.83 0 0.13 288.26 0.74 0.51
Hex BA 26 DE 10 53 0 D 120 4A 33
Octal 272 46 336 20 123 0 15 440 112 63
Binary 10111010 100110 11011110 10000 1010011 0 1101 100100000 1001010 110011

Color Harmonies of #BA26DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA26DE

Black with #BA26DE

Text Example


Text Example

White with #BA26DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA26DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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