Html Css Color HEX #BA2FDA Dark Orchid

📋 copy color: '#BA2FDA'

red 186 ◦ green 47 ◦ blue 218

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

Shades of Dark Orchid #BA2FDA

Tints of Dark Orchid #BA2FDA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.42%

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

R = 41.24%
G = 10.42%
B = 48.34%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA2FDA (or 0xBA2FDA) is known color: Dark Orchid. HEX triplet: BA, 2F and DA. RGB value is (186,47,218). Sum of RGB (Red+Green+Blue) = 186+47+218=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 47 (18.75% from 255 or 10.42% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA2FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2FDA is #45D025. Grayscale: #6B6B6B. Windows color (decimal): -4575270 or 14299066. OLE color: 14299066.

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

Color convert

RGB 186 47 218 -
CMYK 0.15 0.78 0 0.15
HSL 288.77º 0.7% 0.52% -
HSV(B) 288.77º 0.78% 0.85% -
XYZ 33.92 17.53 67.93 -
YUV 108.06 190.05 183.6 -
System Red Green Blue C M Y K H S L
Decimal 186 47 218 0.15 0.78 0 0.15 288.77 0.7 0.52
Hex BA 2F DA F 4E 0 F 121 46 34
Octal 272 57 332 17 116 0 17 441 106 64
Binary 10111010 101111 11011010 1111 1001110 0 1111 100100001 1000110 110100

Color Harmonies of #BA2FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2FDA

Black with #BA2FDA

Text Example


Text Example

White with #BA2FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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