Html Css Color HEX #BA2FCA Dark Orchid

📋 copy color: '#BA2FCA'

red 186 ◦ green 47 ◦ blue 202

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

Shades of Dark Orchid #BA2FCA

Tints of Dark Orchid #BA2FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.44%

R = 42.76%
G = 10.8%
B = 46.44%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA2FCA (or 0xBA2FCA) is known color: Dark Orchid. HEX triplet: BA, 2F and CA. RGB value is (186,47,202). Sum of RGB (Red+Green+Blue) = 186+47+202=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 47 (18.75% from 255 or 10.80% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA2FCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2FCA is #45D035. Grayscale: #696969. Windows color (decimal): -4575286 or 13250490. OLE color: 13250490.

HSL color Cylindrical-coordinate representation of color #BA2FCA: hue angle of 293.81º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2FCA is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 47 202 -
CMYK 0.08 0.77 0 0.21
HSL 293.81º 0.62% 0.49% -
HSV(B) 293.81º 0.77% 0.79% -
XYZ 31.93 16.74 57.42 -
YUV 106.23 182.05 184.9 -
System Red Green Blue C M Y K H S L
Decimal 186 47 202 0.08 0.77 0 0.21 293.81 0.62 0.49
Hex BA 2F CA 8 4D 0 15 126 3E 31
Octal 272 57 312 10 115 0 25 446 76 61
Binary 10111010 101111 11001010 1000 1001101 0 10101 100100110 111110 110001

Color Harmonies of #BA2FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2FCA

Black with #BA2FCA

Text Example


Text Example

White with #BA2FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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