Html Css Color HEX #BA26CD Dark Orchid

📋 copy color: '#BA26CD'

red 186 ◦ green 38 ◦ blue 205

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

Shades of Dark Orchid #BA26CD

Tints of Dark Orchid #BA26CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.79%

R = 43.36%
G = 8.86%
B = 47.79%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA26CD (or 0xBA26CD) is known color: Dark Orchid. HEX triplet: BA, 26 and CD. RGB value is (186,38,205). Sum of RGB (Red+Green+Blue) = 186+38+205=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 38 (15.23% from 255 or 8.86% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA26CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA26CD is #45D932. Grayscale: #646464. Windows color (decimal): -4577587 or 13444794. OLE color: 13444794.

HSL color Cylindrical-coordinate representation of color #BA26CD: hue angle of 293.17º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA26CD is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 38 205 -
CMYK 0.09 0.81 0 0.20
HSL 293.17º 0.69% 0.48% -
HSV(B) 293.17º 0.81% 0.8% -
XYZ 31.96 16.23 59.21 -
YUV 101.29 186.53 188.42 -
System Red Green Blue C M Y K H S L
Decimal 186 38 205 0.09 0.81 0 0.20 293.17 0.69 0.48
Hex BA 26 CD 9 51 0 14 125 45 30
Octal 272 46 315 11 121 0 24 445 105 60
Binary 10111010 100110 11001101 1001 1010001 0 10100 100100101 1000101 110000

Color Harmonies of #BA26CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA26CD

Black with #BA26CD

Text Example


Text Example

White with #BA26CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA26CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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