Html Css Color HEX #BA2EDA Dark Orchid

📋 copy color: '#BA2EDA'

red 186 ◦ green 46 ◦ blue 218

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

Shades of Dark Orchid #BA2EDA

Tints of Dark Orchid #BA2EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.44%

R = 41.33%
G = 10.22%
B = 48.44%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA2EDA (or 0xBA2EDA) is known color: Dark Orchid. HEX triplet: BA, 2E and DA. RGB value is (186,46,218). Sum of RGB (Red+Green+Blue) = 186+46+218=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 46 (18.36% from 255 or 10.22% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA2EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2EDA is #45D125. Grayscale: #6A6A6A. Windows color (decimal): -4575526 or 14298810. OLE color: 14298810.

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

Color convert

RGB 186 46 218 -
CMYK 0.15 0.79 0 0.15
HSL 288.84º 0.7% 0.52% -
HSV(B) 288.84º 0.79% 0.85% -
XYZ 33.88 17.46 67.91 -
YUV 107.47 190.38 184.01 -
System Red Green Blue C M Y K H S L
Decimal 186 46 218 0.15 0.79 0 0.15 288.84 0.7 0.52
Hex BA 2E DA F 4F 0 F 121 46 34
Octal 272 56 332 17 117 0 17 441 106 64
Binary 10111010 101110 11011010 1111 1001111 0 1111 100100001 1000110 110100

Color Harmonies of #BA2EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2EDA

Black with #BA2EDA

Text Example


Text Example

White with #BA2EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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