Html Css Color HEX #BA23DD Dark Orchid

📋 copy color: '#BA23DD'

red 186 ◦ green 35 ◦ blue 221

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

Shades of Dark Orchid #BA23DD

Tints of Dark Orchid #BA23DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50%

R = 42.08%
G = 7.92%
B = 50%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA23DD (or 0xBA23DD) is known color: Dark Orchid. HEX triplet: BA, 23 and DD. RGB value is (186,35,221). Sum of RGB (Red+Green+Blue) = 186+35+221=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 35 (14.06% from 255 or 7.92% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA23DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA23DD is #45DC22. Grayscale: #646464. Windows color (decimal): -4578339 or 14492602. OLE color: 14492602.

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

Color convert

RGB 186 35 221 -
CMYK 0.16 0.84 0 0.13
HSL 288.71º 0.73% 0.5% -
HSV(B) 288.71º 0.84% 0.87% -
XYZ 33.9 16.86 69.87 -
YUV 101.35 195.53 188.38 -
System Red Green Blue C M Y K H S L
Decimal 186 35 221 0.16 0.84 0 0.13 288.71 0.73 0.5
Hex BA 23 DD 10 54 0 D 121 49 32
Octal 272 43 335 20 124 0 15 441 111 62
Binary 10111010 100011 11011101 10000 1010100 0 1101 100100001 1001001 110010

Color Harmonies of #BA23DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA23DD

Black with #BA23DD

Text Example


Text Example

White with #BA23DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA23DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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