Html Css Color HEX #BA24CD Dark Orchid

📋 copy color: '#BA24CD'

red 186 ◦ green 36 ◦ blue 205

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

Shades of Dark Orchid #BA24CD

Tints of Dark Orchid #BA24CD

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.43%

 BLUE value IS 205 (80.47% from 255) = 48.01%

R = 43.56%
G = 8.43%
B = 48.01%

CMYK

 C value IS 0.09

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA24CD (or 0xBA24CD) is known color: Dark Orchid. HEX triplet: BA, 24 and CD. RGB value is (186,36,205). Sum of RGB (Red+Green+Blue) = 186+36+205=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 36 (14.45% from 255 or 8.43% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA24CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA24CD is #45DB32. Grayscale: #636363. Windows color (decimal): -4578099 or 13444282. OLE color: 13444282.

HSL color Cylindrical-coordinate representation of color #BA24CD: hue angle of 293.25º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA24CD is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 36 205 -
CMYK 0.09 0.82 0 0.20
HSL 293.25º 0.7% 0.47% -
HSV(B) 293.25º 0.82% 0.8% -
XYZ 31.9 16.11 59.19 -
YUV 100.12 187.2 189.26 -
System Red Green Blue C M Y K H S L
Decimal 186 36 205 0.09 0.82 0 0.20 293.25 0.7 0.47
Hex BA 24 CD 9 52 0 14 125 46 2F
Octal 272 44 315 11 122 0 24 445 106 57
Binary 10111010 100100 11001101 1001 1010010 0 10100 100100101 1000110 101111

Color Harmonies of #BA24CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA24CD

Black with #BA24CD

Text Example


Text Example

White with #BA24CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA24CD; }

 p { color: rgb(186,36,205); }

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

background-color css

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

 a { background-color: rgb(186,36,205); }

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

border-color css

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

 span { border-color: rgb(186,36,205); }

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