Html Css Color HEX #BA2BCC Dark Orchid

📋 copy color: '#BA2BCC'

red 186 ◦ green 43 ◦ blue 204

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

Shades of Dark Orchid #BA2BCC

Tints of Dark Orchid #BA2BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.11%

R = 42.96%
G = 9.93%
B = 47.11%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BA2BCC (or 0xBA2BCC) is known color: Dark Orchid. HEX triplet: BA, 2B and CC. RGB value is (186,43,204). Sum of RGB (Red+Green+Blue) = 186+43+204=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 43 (17.19% from 255 or 9.93% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA2BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2BCC is #45D433. Grayscale: #676767. Windows color (decimal): -4576308 or 13380538. OLE color: 13380538.

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

Color convert

RGB 186 43 204 -
CMYK 0.09 0.79 0 0.2
HSL 293.29º 0.65% 0.48% -
HSV(B) 293.29º 0.79% 0.8% -
XYZ 32.01 16.53 58.63 -
YUV 104.11 184.38 186.41 -
System Red Green Blue C M Y K H S L
Decimal 186 43 204 0.09 0.79 0 0.2 293.29 0.65 0.48
Hex BA 2B CC 9 4F 0 14 125 41 30
Octal 272 53 314 11 117 0 24 445 101 60
Binary 10111010 101011 11001100 1001 1001111 0 10100 100100101 1000001 110000

Color Harmonies of #BA2BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2BCC

Black with #BA2BCC

Text Example


Text Example

White with #BA2BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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