Html Css Color HEX #BA2FDC Dark Orchid

📋 copy color: '#BA2FDC'

red 186 ◦ green 47 ◦ blue 220

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

Shades of Dark Orchid #BA2FDC

Tints of Dark Orchid #BA2FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.57%

R = 41.06%
G = 10.38%
B = 48.57%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA2FDC (or 0xBA2FDC) is known color: Dark Orchid. HEX triplet: BA, 2F and DC. RGB value is (186,47,220). Sum of RGB (Red+Green+Blue) = 186+47+220=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 47 (18.75% from 255 or 10.38% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA2FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2FDC is #45D023. Grayscale: #6B6B6B. Windows color (decimal): -4575268 or 14430138. OLE color: 14430138.

HSL color Cylindrical-coordinate representation of color #BA2FDC: hue angle of 288.21º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA2FDC is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 47 220 -
CMYK 0.15 0.79 0 0.14
HSL 288.21º 0.71% 0.52% -
HSV(B) 288.21º 0.79% 0.86% -
XYZ 34.18 17.64 69.31 -
YUV 108.28 191.05 183.43 -
System Red Green Blue C M Y K H S L
Decimal 186 47 220 0.15 0.79 0 0.14 288.21 0.71 0.52
Hex BA 2F DC F 4F 0 E 120 47 34
Octal 272 57 334 17 117 0 16 440 107 64
Binary 10111010 101111 11011100 1111 1001111 0 1110 100100000 1000111 110100

Color Harmonies of #BA2FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2FDC

Black with #BA2FDC

Text Example


Text Example

White with #BA2FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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