Html Css Color HEX #BA2BD0 Dark Orchid

📋 copy color: '#BA2BD0'

red 186 ◦ green 43 ◦ blue 208

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

Shades of Dark Orchid #BA2BD0

Tints of Dark Orchid #BA2BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.6%

R = 42.56%
G = 9.84%
B = 47.6%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA2BD0 (or 0xBA2BD0) is known color: Dark Orchid. HEX triplet: BA, 2B and D0. RGB value is (186,43,208). Sum of RGB (Red+Green+Blue) = 186+43+208=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 43 (17.19% from 255 or 9.84% from 437); Blue value is 208 (81.64% from 255 or 47.60% from 437); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA2BD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2BD0 is #45D42F. Grayscale: #686868. Windows color (decimal): -4576304 or 13642682. OLE color: 13642682.

HSL color Cylindrical-coordinate representation of color #BA2BD0: hue angle of 292º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA2BD0 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 43 208 -
CMYK 0.11 0.79 0 0.18
HSL 292º 0.66% 0.49% -
HSV(B) 292º 0.79% 0.82% -
XYZ 32.5 16.72 61.19 -
YUV 104.57 186.38 186.08 -
System Red Green Blue C M Y K H S L
Decimal 186 43 208 0.11 0.79 0 0.18 292 0.66 0.49
Hex BA 2B D0 B 4F 0 12 124 42 31
Octal 272 53 320 13 117 0 22 444 102 61
Binary 10111010 101011 11010000 1011 1001111 0 10010 100100100 1000010 110001

Color Harmonies of #BA2BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2BD0

Black with #BA2BD0

Text Example


Text Example

White with #BA2BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2BD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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