Html Css Color HEX #BA27D8 Dark Orchid

📋 copy color: '#BA27D8'

red 186 ◦ green 39 ◦ blue 216

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

Shades of Dark Orchid #BA27D8

Tints of Dark Orchid #BA27D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 48.98%

R = 42.18%
G = 8.84%
B = 48.98%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA27D8 (or 0xBA27D8) is known color: Dark Orchid. HEX triplet: BA, 27 and D8. RGB value is (186,39,216). Sum of RGB (Red+Green+Blue) = 186+39+216=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 39 (15.62% from 255 or 8.84% from 441); Blue value is 216 (84.77% from 255 or 48.98% from 441); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA27D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA27D8 is #45D827. Grayscale: #666666. Windows color (decimal): -4577320 or 14165946. OLE color: 14165946.

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

Color convert

RGB 186 39 216 -
CMYK 0.14 0.82 0 0.15
HSL 289.83º 0.69% 0.5% -
HSV(B) 289.83º 0.82% 0.85% -
XYZ 33.37 16.85 66.46 -
YUV 103.13 191.7 187.11 -
System Red Green Blue C M Y K H S L
Decimal 186 39 216 0.14 0.82 0 0.15 289.83 0.69 0.5
Hex BA 27 D8 E 52 0 F 122 45 32
Octal 272 47 330 16 122 0 17 442 105 62
Binary 10111010 100111 11011000 1110 1010010 0 1111 100100010 1000101 110010

Color Harmonies of #BA27D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA27D8

Black with #BA27D8

Text Example


Text Example

White with #BA27D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA27D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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