Html Css Color HEX #BA23CE Dark Orchid

📋 copy color: '#BA23CE'

red 186 ◦ green 35 ◦ blue 206

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

Shades of Dark Orchid #BA23CE

Tints of Dark Orchid #BA23CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.24%

R = 43.56%
G = 8.2%
B = 48.24%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA23CE (or 0xBA23CE) is known color: Dark Orchid. HEX triplet: BA, 23 and CE. RGB value is (186,35,206). Sum of RGB (Red+Green+Blue) = 186+35+206=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 35 (14.06% from 255 or 8.20% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA23CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA23CE is #45DC31. Grayscale: #636363. Windows color (decimal): -4578354 or 13509562. OLE color: 13509562.

HSL color Cylindrical-coordinate representation of color #BA23CE: hue angle of 292.98º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA23CE is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 35 206 -
CMYK 0.10 0.83 0 0.19
HSL 292.98º 0.71% 0.47% -
HSV(B) 292.98º 0.83% 0.81% -
XYZ 31.99 16.1 59.81 -
YUV 99.64 188.03 189.6 -
System Red Green Blue C M Y K H S L
Decimal 186 35 206 0.10 0.83 0 0.19 292.98 0.71 0.47
Hex BA 23 CE A 53 0 13 125 47 2F
Octal 272 43 316 12 123 0 23 445 107 57
Binary 10111010 100011 11001110 1010 1010011 0 10011 100100101 1000111 101111

Color Harmonies of #BA23CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA23CE

Black with #BA23CE

Text Example


Text Example

White with #BA23CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA23CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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