Html Css Color HEX #BA2DD8 Dark Orchid

📋 copy color: '#BA2DD8'

red 186 ◦ green 45 ◦ blue 216

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

Shades of Dark Orchid #BA2DD8

Tints of Dark Orchid #BA2DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 48.32%

R = 41.61%
G = 10.07%
B = 48.32%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA2DD8 (or 0xBA2DD8) is known color: Dark Orchid. HEX triplet: BA, 2D and D8. RGB value is (186,45,216). Sum of RGB (Red+Green+Blue) = 186+45+216=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 45 (17.97% from 255 or 10.07% from 447); Blue value is 216 (84.77% from 255 or 48.32% from 447); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA2DD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2DD8 is #45D227. Grayscale: #6A6A6A. Windows color (decimal): -4575784 or 14167482. OLE color: 14167482.

HSL color Cylindrical-coordinate representation of color #BA2DD8: hue angle of 289.47º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA2DD8 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 45 216 -
CMYK 0.14 0.79 0 0.15
HSL 289.47º 0.69% 0.51% -
HSV(B) 289.47º 0.79% 0.85% -
XYZ 33.58 17.27 66.53 -
YUV 106.65 189.71 184.6 -
System Red Green Blue C M Y K H S L
Decimal 186 45 216 0.14 0.79 0 0.15 289.47 0.69 0.51
Hex BA 2D D8 E 4F 0 F 121 45 33
Octal 272 55 330 16 117 0 17 441 105 63
Binary 10111010 101101 11011000 1110 1001111 0 1111 100100001 1000101 110011

Color Harmonies of #BA2DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2DD8

Black with #BA2DD8

Text Example


Text Example

White with #BA2DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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