Html Css Color HEX #BA26CF Dark Orchid

📋 copy color: '#BA26CF'

red 186 ◦ green 38 ◦ blue 207

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

Shades of Dark Orchid #BA26CF

Tints of Dark Orchid #BA26CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.03%

R = 43.16%
G = 8.82%
B = 48.03%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA26CF (or 0xBA26CF) is known color: Dark Orchid. HEX triplet: BA, 26 and CF. RGB value is (186,38,207). Sum of RGB (Red+Green+Blue) = 186+38+207=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 38 (15.23% from 255 or 8.82% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA26CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA26CF is #45D930. Grayscale: #646464. Windows color (decimal): -4577585 or 13575866. OLE color: 13575866.

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

Color convert

RGB 186 38 207 -
CMYK 0.10 0.82 0 0.19
HSL 292.54º 0.69% 0.48% -
HSV(B) 292.54º 0.82% 0.81% -
XYZ 32.21 16.33 60.49 -
YUV 101.52 187.53 188.26 -
System Red Green Blue C M Y K H S L
Decimal 186 38 207 0.10 0.82 0 0.19 292.54 0.69 0.48
Hex BA 26 CF A 52 0 13 125 45 30
Octal 272 46 317 12 122 0 23 445 105 60
Binary 10111010 100110 11001111 1010 1010010 0 10011 100100101 1000101 110000

Color Harmonies of #BA26CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA26CF

Black with #BA26CF

Text Example


Text Example

White with #BA26CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA26CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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