Html Css Color HEX #BA2ED8 Dark Orchid

📋 copy color: '#BA2ED8'

red 186 ◦ green 46 ◦ blue 216

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

Shades of Dark Orchid #BA2ED8

Tints of Dark Orchid #BA2ED8

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.27%

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

R = 41.52%
G = 10.27%
B = 48.21%

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

#BA2ED8 (or 0xBA2ED8) is known color: Dark Orchid. HEX triplet: BA, 2E and D8. RGB value is (186,46,216). Sum of RGB (Red+Green+Blue) = 186+46+216=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 46 (18.36% from 255 or 10.27% from 448); Blue value is 216 (84.77% from 255 or 48.21% from 448); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA2ED8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2ED8 is #45D127. Grayscale: #6A6A6A. Windows color (decimal): -4575528 or 14167738. OLE color: 14167738.

HSL color Cylindrical-coordinate representation of color #BA2ED8: hue angle of 289.41º 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 #BA2ED8 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 46 216 -
CMYK 0.14 0.79 0 0.15
HSL 289.41º 0.69% 0.51% -
HSV(B) 289.41º 0.79% 0.85% -
XYZ 33.62 17.35 66.54 -
YUV 107.24 189.38 184.18 -
System Red Green Blue C M Y K H S L
Decimal 186 46 216 0.14 0.79 0 0.15 289.41 0.69 0.51
Hex BA 2E D8 E 4F 0 F 121 45 33
Octal 272 56 330 16 117 0 17 441 105 63
Binary 10111010 101110 11011000 1110 1001111 0 1111 100100001 1000101 110011

Color Harmonies of #BA2ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2ED8

Black with #BA2ED8

Text Example


Text Example

White with #BA2ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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