Html Css Color HEX #BA30D6 Dark Orchid

📋 copy color: '#BA30D6'

red 186 ◦ green 48 ◦ blue 214

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

Shades of Dark Orchid #BA30D6

Tints of Dark Orchid #BA30D6

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.71%

 BLUE value IS 214 (83.98% from 255) = 47.77%

R = 41.52%
G = 10.71%
B = 47.77%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA30D6 (or 0xBA30D6) is known color: Dark Orchid. HEX triplet: BA, 30 and D6. RGB value is (186,48,214). Sum of RGB (Red+Green+Blue) = 186+48+214=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 48 (19.14% from 255 or 10.71% from 448); Blue value is 214 (83.98% from 255 or 47.77% from 448); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA30D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA30D6 is #45CF29. Grayscale: #6B6B6B. Windows color (decimal): -4575018 or 14037178. OLE color: 14037178.

HSL color Cylindrical-coordinate representation of color #BA30D6: hue angle of 289.88º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA30D6 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 48 214 -
CMYK 0.13 0.78 0 0.16
HSL 289.88º 0.67% 0.51% -
HSV(B) 289.88º 0.78% 0.84% -
XYZ 33.44 17.41 65.22 -
YUV 108.19 187.72 183.5 -
System Red Green Blue C M Y K H S L
Decimal 186 48 214 0.13 0.78 0 0.16 289.88 0.67 0.51
Hex BA 30 D6 D 4E 0 10 122 43 33
Octal 272 60 326 15 116 0 20 442 103 63
Binary 10111010 110000 11010110 1101 1001110 0 10000 100100010 1000011 110011

Color Harmonies of #BA30D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA30D6

Black with #BA30D6

Text Example


Text Example

White with #BA30D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA30D6; }

 p { color: rgb(186,48,214); }

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

background-color css

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

 a { background-color: rgb(186,48,214); }

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

border-color css

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

 span { border-color: rgb(186,48,214); }

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