Html Css Color HEX #BA26CA Dark Orchid

📋 copy color: '#BA26CA'

red 186 ◦ green 38 ◦ blue 202

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

Shades of Dark Orchid #BA26CA

Tints of Dark Orchid #BA26CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.42%

R = 43.66%
G = 8.92%
B = 47.42%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA26CA (or 0xBA26CA) is known color: Dark Orchid. HEX triplet: BA, 26 and CA. RGB value is (186,38,202). Sum of RGB (Red+Green+Blue) = 186+38+202=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 38 (15.23% from 255 or 8.92% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA26CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA26CA is #45D935. Grayscale: #646464. Windows color (decimal): -4577590 or 13248186. OLE color: 13248186.

HSL color Cylindrical-coordinate representation of color #BA26CA: hue angle of 294.15º 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 #BA26CA is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 38 202 -
CMYK 0.08 0.81 0 0.21
HSL 294.15º 0.68% 0.47% -
HSV(B) 294.15º 0.81% 0.79% -
XYZ 31.6 16.09 57.32 -
YUV 100.95 185.03 188.66 -
System Red Green Blue C M Y K H S L
Decimal 186 38 202 0.08 0.81 0 0.21 294.15 0.68 0.47
Hex BA 26 CA 8 51 0 15 126 44 2F
Octal 272 46 312 10 121 0 25 446 104 57
Binary 10111010 100110 11001010 1000 1010001 0 10101 100100110 1000100 101111

Color Harmonies of #BA26CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA26CA

Black with #BA26CA

Text Example


Text Example

White with #BA26CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA26CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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