Html Css Color HEX #BA2BCF Dark Orchid

📋 copy color: '#BA2BCF'

red 186 ◦ green 43 ◦ blue 207

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

Shades of Dark Orchid #BA2BCF

Tints of Dark Orchid #BA2BCF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.86%

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

R = 42.66%
G = 9.86%
B = 47.48%

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

#BA2BCF (or 0xBA2BCF) is known color: Dark Orchid. HEX triplet: BA, 2B and CF. RGB value is (186,43,207). Sum of RGB (Red+Green+Blue) = 186+43+207=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 43 (17.19% from 255 or 9.86% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA2BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2BCF is #45D430. Grayscale: #676767. Windows color (decimal): -4576305 or 13577146. OLE color: 13577146.

HSL color Cylindrical-coordinate representation of color #BA2BCF: hue angle of 292.32º degrees, saturation: 0.66, 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 #BA2BCF is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 43 207 -
CMYK 0.10 0.79 0 0.19
HSL 292.32º 0.66% 0.49% -
HSV(B) 292.32º 0.79% 0.81% -
XYZ 32.38 16.67 60.54 -
YUV 104.45 185.88 186.16 -
System Red Green Blue C M Y K H S L
Decimal 186 43 207 0.10 0.79 0 0.19 292.32 0.66 0.49
Hex BA 2B CF A 4F 0 13 124 42 31
Octal 272 53 317 12 117 0 23 444 102 61
Binary 10111010 101011 11001111 1010 1001111 0 10011 100100100 1000010 110001

Color Harmonies of #BA2BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2BCF

Black with #BA2BCF

Text Example


Text Example

White with #BA2BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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