Html Css Color HEX #BA25CD Dark Orchid

📋 copy color: '#BA25CD'

red 186 ◦ green 37 ◦ blue 205

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

Shades of Dark Orchid #BA25CD

Tints of Dark Orchid #BA25CD

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.64%

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

R = 43.46%
G = 8.64%
B = 47.9%

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

#BA25CD (or 0xBA25CD) is known color: Dark Orchid. HEX triplet: BA, 25 and CD. RGB value is (186,37,205). Sum of RGB (Red+Green+Blue) = 186+37+205=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 37 (14.84% from 255 or 8.64% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA25CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA25CD is #45DA32. Grayscale: #646464. Windows color (decimal): -4577843 or 13444538. OLE color: 13444538.

HSL color Cylindrical-coordinate representation of color #BA25CD: hue angle of 293.21º degrees, saturation: 0.69, 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 #BA25CD is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 37 205 -
CMYK 0.09 0.82 0 0.20
HSL 293.21º 0.69% 0.47% -
HSV(B) 293.21º 0.82% 0.8% -
XYZ 31.93 16.17 59.2 -
YUV 100.7 186.86 188.84 -
System Red Green Blue C M Y K H S L
Decimal 186 37 205 0.09 0.82 0 0.20 293.21 0.69 0.47
Hex BA 25 CD 9 52 0 14 125 45 2F
Octal 272 45 315 11 122 0 24 445 105 57
Binary 10111010 100101 11001101 1001 1010010 0 10100 100100101 1000101 101111

Color Harmonies of #BA25CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA25CD

Black with #BA25CD

Text Example


Text Example

White with #BA25CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA25CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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