Html Css Color HEX #BA26DA Dark Orchid

📋 copy color: '#BA26DA'

red 186 ◦ green 38 ◦ blue 218

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

Shades of Dark Orchid #BA26DA

Tints of Dark Orchid #BA26DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.32%

R = 42.08%
G = 8.6%
B = 49.32%

CMYK

 C value IS 0.15

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA26DA (or 0xBA26DA) is known color: Dark Orchid. HEX triplet: BA, 26 and DA. RGB value is (186,38,218). Sum of RGB (Red+Green+Blue) = 186+38+218=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 38 (15.23% from 255 or 8.60% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA26DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA26DA is #45D925. Grayscale: #666666. Windows color (decimal): -4577574 or 14296762. OLE color: 14296762.

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

Color convert

RGB 186 38 218 -
CMYK 0.15 0.83 0 0.15
HSL 289.33º 0.71% 0.5% -
HSV(B) 289.33º 0.83% 0.85% -
XYZ 33.6 16.89 67.82 -
YUV 102.77 193.03 187.36 -
System Red Green Blue C M Y K H S L
Decimal 186 38 218 0.15 0.83 0 0.15 289.33 0.71 0.5
Hex BA 26 DA F 53 0 F 121 47 32
Octal 272 46 332 17 123 0 17 441 107 62
Binary 10111010 100110 11011010 1111 1010011 0 1111 100100001 1000111 110010

Color Harmonies of #BA26DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA26DA

Black with #BA26DA

Text Example


Text Example

White with #BA26DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA26DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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