Html Css Color HEX #BA2FCE Dark Orchid

📋 copy color: '#BA2FCE'

red 186 ◦ green 47 ◦ blue 206

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

Shades of Dark Orchid #BA2FCE

Tints of Dark Orchid #BA2FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.92%

R = 42.37%
G = 10.71%
B = 46.92%

CMYK

 C value IS 0.10

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA2FCE (or 0xBA2FCE) is known color: Dark Orchid. HEX triplet: BA, 2F and CE. RGB value is (186,47,206). Sum of RGB (Red+Green+Blue) = 186+47+206=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 47 (18.75% from 255 or 10.71% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA2FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2FCE is #45D031. Grayscale: #6A6A6A. Windows color (decimal): -4575282 or 13512634. OLE color: 13512634.

HSL color Cylindrical-coordinate representation of color #BA2FCE: hue angle of 292.45º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2FCE is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 47 206 -
CMYK 0.10 0.77 0 0.19
HSL 292.45º 0.63% 0.5% -
HSV(B) 292.45º 0.77% 0.81% -
XYZ 32.41 16.93 59.95 -
YUV 106.69 184.05 184.57 -
System Red Green Blue C M Y K H S L
Decimal 186 47 206 0.10 0.77 0 0.19 292.45 0.63 0.5
Hex BA 2F CE A 4D 0 13 124 3F 32
Octal 272 57 316 12 115 0 23 444 77 62
Binary 10111010 101111 11001110 1010 1001101 0 10011 100100100 111111 110010

Color Harmonies of #BA2FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2FCE

Black with #BA2FCE

Text Example


Text Example

White with #BA2FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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