Html Css Color HEX #BA2FE1 Dark Orchid

📋 copy color: '#BA2FE1'

red 186 ◦ green 47 ◦ blue 225

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

Shades of Dark Orchid #BA2FE1

Tints of Dark Orchid #BA2FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 49.13%

R = 40.61%
G = 10.26%
B = 49.13%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA2FE1 (or 0xBA2FE1) is known color: Dark Orchid. HEX triplet: BA, 2F and E1. RGB value is (186,47,225). Sum of RGB (Red+Green+Blue) = 186+47+225=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 47 (18.75% from 255 or 10.26% from 458); Blue value is 225 (88.28% from 255 or 49.13% from 458); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA2FE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2FE1 is #45D01E. Grayscale: #6C6C6C. Windows color (decimal): -4575263 or 14757818. OLE color: 14757818.

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

Color convert

RGB 186 47 225 -
CMYK 0.17 0.79 0 0.12
HSL 286.85º 0.75% 0.53% -
HSV(B) 286.85º 0.79% 0.88% -
XYZ 34.86 17.91 72.85 -
YUV 108.85 193.55 183.03 -
System Red Green Blue C M Y K H S L
Decimal 186 47 225 0.17 0.79 0 0.12 286.85 0.75 0.53
Hex BA 2F E1 11 4F 0 C 11F 4B 35
Octal 272 57 341 21 117 0 14 437 113 65
Binary 10111010 101111 11100001 10001 1001111 0 1100 100011111 1001011 110101

Color Harmonies of #BA2FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2FE1

Black with #BA2FE1

Text Example


Text Example

White with #BA2FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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