Html Css Color HEX #BA23DA Dark Orchid

📋 copy color: '#BA23DA'

red 186 ◦ green 35 ◦ blue 218

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

Shades of Dark Orchid #BA23DA

Tints of Dark Orchid #BA23DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.66%

R = 42.37%
G = 7.97%
B = 49.66%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA23DA (or 0xBA23DA) is known color: Dark Orchid. HEX triplet: BA, 23 and DA. RGB value is (186,35,218). Sum of RGB (Red+Green+Blue) = 186+35+218=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 35 (14.06% from 255 or 7.97% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA23DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA23DA is #45DC25. Grayscale: #646464. Windows color (decimal): -4578342 or 14295994. OLE color: 14295994.

HSL color Cylindrical-coordinate representation of color #BA23DA: hue angle of 289.51º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA23DA is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 35 218 -
CMYK 0.15 0.84 0 0.15
HSL 289.51º 0.72% 0.5% -
HSV(B) 289.51º 0.84% 0.85% -
XYZ 33.51 16.7 67.79 -
YUV 101.01 194.03 188.62 -
System Red Green Blue C M Y K H S L
Decimal 186 35 218 0.15 0.84 0 0.15 289.51 0.72 0.5
Hex BA 23 DA F 54 0 F 122 48 32
Octal 272 43 332 17 124 0 17 442 110 62
Binary 10111010 100011 11011010 1111 1010100 0 1111 100100010 1001000 110010

Color Harmonies of #BA23DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA23DA

Black with #BA23DA

Text Example


Text Example

White with #BA23DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA23DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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