Html Css Color HEX #BA2CD7 Dark Orchid

📋 copy color: '#BA2CD7'

red 186 ◦ green 44 ◦ blue 215

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

Shades of Dark Orchid #BA2CD7

Tints of Dark Orchid #BA2CD7

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.89%

 BLUE value IS 215 (84.38% from 255) = 48.31%

R = 41.8%
G = 9.89%
B = 48.31%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA2CD7 (or 0xBA2CD7) is known color: Dark Orchid. HEX triplet: BA, 2C and D7. RGB value is (186,44,215). Sum of RGB (Red+Green+Blue) = 186+44+215=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 44 (17.58% from 255 or 9.89% from 445); Blue value is 215 (84.38% from 255 or 48.31% from 445); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA2CD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2CD7 is #45D328. Grayscale: #696969. Windows color (decimal): -4576041 or 14101690. OLE color: 14101690.

HSL color Cylindrical-coordinate representation of color #BA2CD7: hue angle of 289.82º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2CD7 is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 44 215 -
CMYK 0.13 0.80 0 0.16
HSL 289.82º 0.68% 0.51% -
HSV(B) 289.82º 0.8% 0.84% -
XYZ 33.42 17.15 65.84 -
YUV 105.95 189.54 185.1 -
System Red Green Blue C M Y K H S L
Decimal 186 44 215 0.13 0.80 0 0.16 289.82 0.68 0.51
Hex BA 2C D7 D 50 0 10 122 44 33
Octal 272 54 327 15 120 0 20 442 104 63
Binary 10111010 101100 11010111 1101 1010000 0 10000 100100010 1000100 110011

Color Harmonies of #BA2CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2CD7

Black with #BA2CD7

Text Example


Text Example

White with #BA2CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2CD7; }

 p { color: rgb(186,44,215); }

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

background-color css

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

 a { background-color: rgb(186,44,215); }

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

border-color css

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

 span { border-color: rgb(186,44,215); }

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