Html Css Color HEX #BA2BC7 Dark Orchid

📋 copy color: '#BA2BC7'

red 186 ◦ green 43 ◦ blue 199

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

Shades of Dark Orchid #BA2BC7

Tints of Dark Orchid #BA2BC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 46.5%

R = 43.46%
G = 10.05%
B = 46.5%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BA2BC7 (or 0xBA2BC7) is known color: Dark Orchid. HEX triplet: BA, 2B and C7. RGB value is (186,43,199). Sum of RGB (Red+Green+Blue) = 186+43+199=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 43 (17.19% from 255 or 10.05% from 428); Blue value is 199 (78.12% from 255 or 46.50% from 428); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA2BC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2BC7 is #45D438. Grayscale: #676767. Windows color (decimal): -4576313 or 13052858. OLE color: 13052858.

HSL color Cylindrical-coordinate representation of color #BA2BC7: hue angle of 295º 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 #BA2BC7 is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 43 199 -
CMYK 0.07 0.78 0 0.22
HSL 295º 0.64% 0.47% -
HSV(B) 295º 0.78% 0.78% -
XYZ 31.42 16.29 55.52 -
YUV 103.54 181.88 186.82 -
System Red Green Blue C M Y K H S L
Decimal 186 43 199 0.07 0.78 0 0.22 295 0.64 0.47
Hex BA 2B C7 7 4E 0 16 127 40 2F
Octal 272 53 307 7 116 0 26 447 100 57
Binary 10111010 101011 11000111 111 1001110 0 10110 100100111 1000000 101111

Color Harmonies of #BA2BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2BC7

Black with #BA2BC7

Text Example


Text Example

White with #BA2BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2BC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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