Html Css Color HEX #BC61A6 Violet Blue

📋 copy color: '#BC61A6'

red 188 ◦ green 97 ◦ blue 166

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

Shades of Violet Blue #BC61A6

Tints of Violet Blue #BC61A6

RGB

 RED value IS 188 (73.83% from 255) = 41.69%

 GREEN value IS 97 (38.28% from 255) = 21.51%

 BLUE value IS 166 (65.23% from 255) = 36.81%

R = 41.69%
G = 21.51%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BC61A6 (or 0xBC61A6) is known color: Violet Blue. HEX triplet: BC, 61 and A6. RGB value is (188,97,166). Sum of RGB (Red+Green+Blue) = 188+97+166=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 97 (38.28% from 255 or 21.51% from 451); Blue value is 166 (65.23% from 255 or 36.81% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BC61A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC61A6 is #439E59. Grayscale: #838383. Windows color (decimal): -4431450 or 10903996. OLE color: 10903996.

HSL color Cylindrical-coordinate representation of color #BC61A6: hue angle of 314.51º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC61A6 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 97 166 -
CMYK 0 0.48 0.12 0.26
HSL 314.51º 0.4% 0.56% -
HSV(B) 314.51º 0.48% 0.74% -
XYZ 31.9 21.99 38.64 -
YUV 132.08 147.15 167.89 -
System Red Green Blue C M Y K H S L
Decimal 188 97 166 0 0.48 0.12 0.26 314.51 0.4 0.56
Hex BC 61 A6 0 30 C 1A 13B 28 38
Octal 274 141 246 0 60 14 32 473 50 70
Binary 10111100 1100001 10100110 0 110000 1100 11010 100111011 101000 111000

Color Harmonies of #BC61A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC61A6

Black with #BC61A6

Text Example


Text Example

White with #BC61A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC61A6; }

 p { color: rgb(188,97,166); }

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

background-color css

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

 a { background-color: rgb(188,97,166); }

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

border-color css

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

 span { border-color: rgb(188,97,166); }

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