Html Css Color HEX #BA30CE Dark Orchid

📋 copy color: '#BA30CE'

red 186 ◦ green 48 ◦ blue 206

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

Shades of Dark Orchid #BA30CE

Tints of Dark Orchid #BA30CE

RGB

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

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

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

R = 42.27%
G = 10.91%
B = 46.82%

CMYK

 C value IS 0.10

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA30CE (or 0xBA30CE) is known color: Dark Orchid. HEX triplet: BA, 30 and CE. RGB value is (186,48,206). Sum of RGB (Red+Green+Blue) = 186+48+206=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 48 (19.14% from 255 or 10.91% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA30CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA30CE is #45CF31. Grayscale: #6A6A6A. Windows color (decimal): -4575026 or 13512890. OLE color: 13512890.

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

Color convert

RGB 186 48 206 -
CMYK 0.10 0.77 0 0.19
HSL 292.41º 0.62% 0.5% -
HSV(B) 292.41º 0.77% 0.81% -
XYZ 32.45 17.01 59.97 -
YUV 107.27 183.72 184.15 -
System Red Green Blue C M Y K H S L
Decimal 186 48 206 0.10 0.77 0 0.19 292.41 0.62 0.5
Hex BA 30 CE A 4D 0 13 124 3E 32
Octal 272 60 316 12 115 0 23 444 76 62
Binary 10111010 110000 11001110 1010 1001101 0 10011 100100100 111110 110010

Color Harmonies of #BA30CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA30CE

Black with #BA30CE

Text Example


Text Example

White with #BA30CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA30CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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