Html Css Color HEX #BA2CDF Dark Orchid

📋 copy color: '#BA2CDF'

red 186 ◦ green 44 ◦ blue 223

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

Shades of Dark Orchid #BA2CDF

Tints of Dark Orchid #BA2CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.23%

R = 41.06%
G = 9.71%
B = 49.23%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA2CDF (or 0xBA2CDF) is known color: Dark Orchid. HEX triplet: BA, 2C and DF. RGB value is (186,44,223). Sum of RGB (Red+Green+Blue) = 186+44+223=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 44 (17.58% from 255 or 9.71% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA2CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2CDF is #45D320. Grayscale: #6A6A6A. Windows color (decimal): -4576033 or 14625978. OLE color: 14625978.

HSL color Cylindrical-coordinate representation of color #BA2CDF: hue angle of 287.6º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2CDF is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 44 223 -
CMYK 0.17 0.80 0 0.13
HSL 287.6º 0.74% 0.52% -
HSV(B) 287.6º 0.8% 0.87% -
XYZ 34.47 17.57 71.39 -
YUV 106.86 193.54 184.45 -
System Red Green Blue C M Y K H S L
Decimal 186 44 223 0.17 0.80 0 0.13 287.6 0.74 0.52
Hex BA 2C DF 11 50 0 D 120 4A 34
Octal 272 54 337 21 120 0 15 440 112 64
Binary 10111010 101100 11011111 10001 1010000 0 1101 100100000 1001010 110100

Color Harmonies of #BA2CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2CDF

Black with #BA2CDF

Text Example


Text Example

White with #BA2CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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