Html Css Color HEX #BA2FCD Dark Orchid

📋 copy color: '#BA2FCD'

red 186 ◦ green 47 ◦ blue 205

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

Shades of Dark Orchid #BA2FCD

Tints of Dark Orchid #BA2FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.8%

R = 42.47%
G = 10.73%
B = 46.8%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA2FCD (or 0xBA2FCD) is known color: Dark Orchid. HEX triplet: BA, 2F and CD. RGB value is (186,47,205). Sum of RGB (Red+Green+Blue) = 186+47+205=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 47 (18.75% from 255 or 10.73% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA2FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2FCD is #45D032. Grayscale: #6A6A6A. Windows color (decimal): -4575283 or 13447098. OLE color: 13447098.

HSL color Cylindrical-coordinate representation of color #BA2FCD: hue angle of 292.78º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2FCD is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 47 205 -
CMYK 0.09 0.77 0 0.20
HSL 292.78º 0.63% 0.49% -
HSV(B) 292.78º 0.77% 0.8% -
XYZ 32.29 16.88 59.31 -
YUV 106.57 183.55 184.65 -
System Red Green Blue C M Y K H S L
Decimal 186 47 205 0.09 0.77 0 0.20 292.78 0.63 0.49
Hex BA 2F CD 9 4D 0 14 125 3F 31
Octal 272 57 315 11 115 0 24 445 77 61
Binary 10111010 101111 11001101 1001 1001101 0 10100 100100101 111111 110001

Color Harmonies of #BA2FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2FCD

Black with #BA2FCD

Text Example


Text Example

White with #BA2FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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