Html Css Color HEX #BA2DCB Dark Orchid

📋 copy color: '#BA2DCB'

red 186 ◦ green 45 ◦ blue 203

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

Shades of Dark Orchid #BA2DCB

Tints of Dark Orchid #BA2DCB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.37%

 BLUE value IS 203 (79.69% from 255) = 46.77%

R = 42.86%
G = 10.37%
B = 46.77%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA2DCB (or 0xBA2DCB) is known color: Dark Orchid. HEX triplet: BA, 2D and CB. RGB value is (186,45,203). Sum of RGB (Red+Green+Blue) = 186+45+203=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 45 (17.97% from 255 or 10.37% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA2DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2DCB is #45D234. Grayscale: #686868. Windows color (decimal): -4575797 or 13315514. OLE color: 13315514.

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

Color convert

RGB 186 45 203 -
CMYK 0.08 0.78 0 0.20
HSL 293.54º 0.64% 0.49% -
HSV(B) 293.54º 0.78% 0.8% -
XYZ 31.97 16.63 58.02 -
YUV 105.17 183.21 185.65 -
System Red Green Blue C M Y K H S L
Decimal 186 45 203 0.08 0.78 0 0.20 293.54 0.64 0.49
Hex BA 2D CB 8 4E 0 14 126 40 31
Octal 272 55 313 10 116 0 24 446 100 61
Binary 10111010 101101 11001011 1000 1001110 0 10100 100100110 1000000 110001

Color Harmonies of #BA2DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2DCB

Black with #BA2DCB

Text Example


Text Example

White with #BA2DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2DCB; }

 p { color: rgb(186,45,203); }

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

background-color css

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

 a { background-color: rgb(186,45,203); }

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

border-color css

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

 span { border-color: rgb(186,45,203); }

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