Html Css Color HEX #BA2FDF Dark Orchid

📋 copy color: '#BA2FDF'

red 186 ◦ green 47 ◦ blue 223

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

Shades of Dark Orchid #BA2FDF

Tints of Dark Orchid #BA2FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.9%

R = 40.79%
G = 10.31%
B = 48.9%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA2FDF (or 0xBA2FDF) is known color: Dark Orchid. HEX triplet: BA, 2F and DF. RGB value is (186,47,223). Sum of RGB (Red+Green+Blue) = 186+47+223=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 47 (18.75% from 255 or 10.31% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA2FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2FDF is #45D020. Grayscale: #6C6C6C. Windows color (decimal): -4575265 or 14626746. OLE color: 14626746.

HSL color Cylindrical-coordinate representation of color #BA2FDF: hue angle of 287.39º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA2FDF is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 47 223 -
CMYK 0.17 0.79 0 0.13
HSL 287.39º 0.73% 0.53% -
HSV(B) 287.39º 0.79% 0.87% -
XYZ 34.59 17.8 71.42 -
YUV 108.63 192.55 183.19 -
System Red Green Blue C M Y K H S L
Decimal 186 47 223 0.17 0.79 0 0.13 287.39 0.73 0.53
Hex BA 2F DF 11 4F 0 D 11F 49 35
Octal 272 57 337 21 117 0 15 437 111 65
Binary 10111010 101111 11011111 10001 1001111 0 1101 100011111 1001001 110101

Color Harmonies of #BA2FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2FDF

Black with #BA2FDF

Text Example


Text Example

White with #BA2FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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