Html Css Color HEX #BA23DF Dark Orchid

📋 copy color: '#BA23DF'

red 186 ◦ green 35 ◦ blue 223

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

Shades of Dark Orchid #BA23DF

Tints of Dark Orchid #BA23DF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.88%

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

R = 41.89%
G = 7.88%
B = 50.23%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA23DF (or 0xBA23DF) is known color: Dark Orchid. HEX triplet: BA, 23 and DF. RGB value is (186,35,223). Sum of RGB (Red+Green+Blue) = 186+35+223=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 35 (14.06% from 255 or 7.88% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA23DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA23DF is #45DC20. Grayscale: #646464. Windows color (decimal): -4578337 or 14623674. OLE color: 14623674.

HSL color Cylindrical-coordinate representation of color #BA23DF: hue angle of 288.19º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA23DF is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 35 223 -
CMYK 0.17 0.84 0 0.13
HSL 288.19º 0.75% 0.51% -
HSV(B) 288.19º 0.84% 0.87% -
XYZ 34.17 16.97 71.29 -
YUV 101.58 196.53 188.21 -
System Red Green Blue C M Y K H S L
Decimal 186 35 223 0.17 0.84 0 0.13 288.19 0.75 0.51
Hex BA 23 DF 11 54 0 D 120 4B 33
Octal 272 43 337 21 124 0 15 440 113 63
Binary 10111010 100011 11011111 10001 1010100 0 1101 100100000 1001011 110011

Color Harmonies of #BA23DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA23DF

Black with #BA23DF

Text Example


Text Example

White with #BA23DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA23DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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