Html Css Color HEX #BA26C9 Dark Orchid

📋 copy color: '#BA26C9'

red 186 ◦ green 38 ◦ blue 201

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

Shades of Dark Orchid #BA26C9

Tints of Dark Orchid #BA26C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 47.29%

R = 43.76%
G = 8.94%
B = 47.29%

CMYK

 C value IS 0.07

 M value IS 0.81

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA26C9 (or 0xBA26C9) is known color: Dark Orchid. HEX triplet: BA, 26 and C9. RGB value is (186,38,201). Sum of RGB (Red+Green+Blue) = 186+38+201=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 38 (15.23% from 255 or 8.94% from 425); Blue value is 201 (78.91% from 255 or 47.29% from 425); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA26C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA26C9 is #45D936. Grayscale: #646464. Windows color (decimal): -4577591 or 13182650. OLE color: 13182650.

HSL color Cylindrical-coordinate representation of color #BA26C9: hue angle of 294.48º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA26C9 is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 38 201 -
CMYK 0.07 0.81 0 0.21
HSL 294.48º 0.68% 0.47% -
HSV(B) 294.48º 0.81% 0.79% -
XYZ 31.49 16.04 56.7 -
YUV 100.83 184.53 188.75 -
System Red Green Blue C M Y K H S L
Decimal 186 38 201 0.07 0.81 0 0.21 294.48 0.68 0.47
Hex BA 26 C9 7 51 0 15 126 44 2F
Octal 272 46 311 7 121 0 25 446 104 57
Binary 10111010 100110 11001001 111 1010001 0 10101 100100110 1000100 101111

Color Harmonies of #BA26C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA26C9

Black with #BA26C9

Text Example


Text Example

White with #BA26C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA26C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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