Html Css Color HEX #BA2BC6 Dark Orchid

📋 copy color: '#BA2BC6'

red 186 ◦ green 43 ◦ blue 198

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

Shades of Dark Orchid #BA2BC6

Tints of Dark Orchid #BA2BC6

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.07%

 BLUE value IS 198 (77.73% from 255) = 46.37%

R = 43.56%
G = 10.07%
B = 46.37%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BA2BC6 (or 0xBA2BC6) is known color: Dark Orchid. HEX triplet: BA, 2B and C6. RGB value is (186,43,198). Sum of RGB (Red+Green+Blue) = 186+43+198=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 43 (17.19% from 255 or 10.07% from 427); Blue value is 198 (77.73% from 255 or 46.37% from 427); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA2BC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2BC6 is #45D439. Grayscale: #666666. Windows color (decimal): -4576314 or 12987322. OLE color: 12987322.

HSL color Cylindrical-coordinate representation of color #BA2BC6: hue angle of 295.35º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2BC6 is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 43 198 -
CMYK 0.06 0.78 0 0.22
HSL 295.35º 0.64% 0.47% -
HSV(B) 295.35º 0.78% 0.78% -
XYZ 31.31 16.24 54.91 -
YUV 103.43 181.38 186.9 -
System Red Green Blue C M Y K H S L
Decimal 186 43 198 0.06 0.78 0 0.22 295.35 0.64 0.47
Hex BA 2B C6 6 4E 0 16 127 40 2F
Octal 272 53 306 6 116 0 26 447 100 57
Binary 10111010 101011 11000110 110 1001110 0 10110 100100111 1000000 101111

Color Harmonies of #BA2BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2BC6

Black with #BA2BC6

Text Example


Text Example

White with #BA2BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2BC6; }

 p { color: rgb(186,43,198); }

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

background-color css

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

 a { background-color: rgb(186,43,198); }

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

border-color css

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

 span { border-color: rgb(186,43,198); }

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