Html Css Color HEX #BA23E4 Dark Orchid

📋 copy color: '#BA23E4'

red 186 ◦ green 35 ◦ blue 228

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

Shades of Dark Orchid #BA23E4

Tints of Dark Orchid #BA23E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 50.78%

R = 41.43%
G = 7.8%
B = 50.78%

CMYK

 C value IS 0.18

 M value IS 0.85

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BA23E4 (or 0xBA23E4) is known color: Dark Orchid. HEX triplet: BA, 23 and E4. RGB value is (186,35,228). Sum of RGB (Red+Green+Blue) = 186+35+228=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 35 (14.06% from 255 or 7.80% from 449); Blue value is 228 (89.45% from 255 or 50.78% from 449); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA23E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA23E4 is #45DC1B. Grayscale: #656565. Windows color (decimal): -4578332 or 14951354. OLE color: 14951354.

HSL color Cylindrical-coordinate representation of color #BA23E4: hue angle of 286.94º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA23E4 is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 35 228 -
CMYK 0.18 0.85 0 0.11
HSL 286.94º 0.78% 0.52% -
HSV(B) 286.94º 0.85% 0.89% -
XYZ 34.85 17.24 74.89 -
YUV 102.15 199.03 187.81 -
System Red Green Blue C M Y K H S L
Decimal 186 35 228 0.18 0.85 0 0.11 286.94 0.78 0.52
Hex BA 23 E4 12 55 0 B 11F 4E 34
Octal 272 43 344 22 125 0 13 437 116 64
Binary 10111010 100011 11100100 10010 1010101 0 1011 100011111 1001110 110100

Color Harmonies of #BA23E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA23E4

Black with #BA23E4

Text Example


Text Example

White with #BA23E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA23E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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