Html Css Color HEX #BA2CCF Dark Orchid

📋 copy color: '#BA2CCF'

red 186 ◦ green 44 ◦ blue 207

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

Shades of Dark Orchid #BA2CCF

Tints of Dark Orchid #BA2CCF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.07%

 BLUE value IS 207 (81.25% from 255) = 47.37%

R = 42.56%
G = 10.07%
B = 47.37%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA2CCF (or 0xBA2CCF) is known color: Dark Orchid. HEX triplet: BA, 2C and CF. RGB value is (186,44,207). Sum of RGB (Red+Green+Blue) = 186+44+207=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 44 (17.58% from 255 or 10.07% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA2CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2CCF is #45D330. Grayscale: #686868. Windows color (decimal): -4576049 or 13577402. OLE color: 13577402.

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

Color convert

RGB 186 44 207 -
CMYK 0.10 0.79 0 0.19
HSL 292.27º 0.65% 0.49% -
HSV(B) 292.27º 0.79% 0.81% -
XYZ 32.41 16.75 60.56 -
YUV 105.04 185.54 185.75 -
System Red Green Blue C M Y K H S L
Decimal 186 44 207 0.10 0.79 0 0.19 292.27 0.65 0.49
Hex BA 2C CF A 4F 0 13 124 41 31
Octal 272 54 317 12 117 0 23 444 101 61
Binary 10111010 101100 11001111 1010 1001111 0 10011 100100100 1000001 110001

Color Harmonies of #BA2CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2CCF

Black with #BA2CCF

Text Example


Text Example

White with #BA2CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2CCF; }

 p { color: rgb(186,44,207); }

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

background-color css

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

 a { background-color: rgb(186,44,207); }

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

border-color css

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

 span { border-color: rgb(186,44,207); }

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