Html Css Color HEX #BA2DD7 Dark Orchid

📋 copy color: '#BA2DD7'

red 186 ◦ green 45 ◦ blue 215

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

Shades of Dark Orchid #BA2DD7

Tints of Dark Orchid #BA2DD7

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.09%

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

R = 41.7%
G = 10.09%
B = 48.21%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA2DD7 (or 0xBA2DD7) is known color: Dark Orchid. HEX triplet: BA, 2D and D7. RGB value is (186,45,215). Sum of RGB (Red+Green+Blue) = 186+45+215=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 45 (17.97% from 255 or 10.09% from 446); Blue value is 215 (84.38% from 255 or 48.21% from 446); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA2DD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2DD7 is #45D228. Grayscale: #6A6A6A. Windows color (decimal): -4575785 or 14101946. OLE color: 14101946.

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

Color convert

RGB 186 45 215 -
CMYK 0.13 0.79 0 0.16
HSL 289.76º 0.68% 0.51% -
HSV(B) 289.76º 0.79% 0.84% -
XYZ 33.45 17.22 65.85 -
YUV 106.54 189.21 184.68 -
System Red Green Blue C M Y K H S L
Decimal 186 45 215 0.13 0.79 0 0.16 289.76 0.68 0.51
Hex BA 2D D7 D 4F 0 10 122 44 33
Octal 272 55 327 15 117 0 20 442 104 63
Binary 10111010 101101 11010111 1101 1001111 0 10000 100100010 1000100 110011

Color Harmonies of #BA2DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2DD7

Black with #BA2DD7

Text Example


Text Example

White with #BA2DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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