Html Css Color HEX #BA27CE Dark Orchid

📋 copy color: '#BA27CE'

red 186 ◦ green 39 ◦ blue 206

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

Shades of Dark Orchid #BA27CE

Tints of Dark Orchid #BA27CE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.05%

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

R = 43.16%
G = 9.05%
B = 47.8%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA27CE (or 0xBA27CE) is known color: Dark Orchid. HEX triplet: BA, 27 and CE. RGB value is (186,39,206). Sum of RGB (Red+Green+Blue) = 186+39+206=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 39 (15.62% from 255 or 9.05% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA27CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA27CE is #45D831. Grayscale: #656565. Windows color (decimal): -4577330 or 13510586. OLE color: 13510586.

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

Color convert

RGB 186 39 206 -
CMYK 0.10 0.81 0 0.19
HSL 292.81º 0.68% 0.48% -
HSV(B) 292.81º 0.81% 0.81% -
XYZ 32.12 16.35 59.86 -
YUV 101.99 186.7 187.92 -
System Red Green Blue C M Y K H S L
Decimal 186 39 206 0.10 0.81 0 0.19 292.81 0.68 0.48
Hex BA 27 CE A 51 0 13 125 44 30
Octal 272 47 316 12 121 0 23 445 104 60
Binary 10111010 100111 11001110 1010 1010001 0 10011 100100101 1000100 110000

Color Harmonies of #BA27CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA27CE

Black with #BA27CE

Text Example


Text Example

White with #BA27CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA27CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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