Html Css Color HEX #BA27CC Dark Orchid

📋 copy color: '#BA27CC'

red 186 ◦ green 39 ◦ blue 204

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

Shades of Dark Orchid #BA27CC

Tints of Dark Orchid #BA27CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.55%

R = 43.36%
G = 9.09%
B = 47.55%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BA27CC (or 0xBA27CC) is known color: Dark Orchid. HEX triplet: BA, 27 and CC. RGB value is (186,39,204). Sum of RGB (Red+Green+Blue) = 186+39+204=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 39 (15.62% from 255 or 9.09% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA27CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA27CC is #45D833. Grayscale: #656565. Windows color (decimal): -4577332 or 13379514. OLE color: 13379514.

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

Color convert

RGB 186 39 204 -
CMYK 0.09 0.81 0 0.2
HSL 293.45º 0.68% 0.48% -
HSV(B) 293.45º 0.81% 0.8% -
XYZ 31.87 16.25 58.58 -
YUV 101.76 185.7 188.08 -
System Red Green Blue C M Y K H S L
Decimal 186 39 204 0.09 0.81 0 0.2 293.45 0.68 0.48
Hex BA 27 CC 9 51 0 14 125 44 30
Octal 272 47 314 11 121 0 24 445 104 60
Binary 10111010 100111 11001100 1001 1010001 0 10100 100100101 1000100 110000

Color Harmonies of #BA27CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA27CC

Black with #BA27CC

Text Example


Text Example

White with #BA27CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA27CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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