Html Css Color HEX #BC069B Medium Violet Red

📋 copy color: '#BC069B'

red 188 ◦ green 6 ◦ blue 155

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

Shades of Medium Violet Red #BC069B

Tints of Medium Violet Red #BC069B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.72%

 BLUE value IS 155 (60.94% from 255) = 44.41%

R = 53.87%
G = 1.72%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC069B (or 0xBC069B) is known color: Medium Violet Red. HEX triplet: BC, 06 and 9B. RGB value is (188,6,155). Sum of RGB (Red+Green+Blue) = 188+6+155=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 6 (2.73% from 255 or 1.72% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC069B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC069B is #43F964. Grayscale: #4C4C4C. Windows color (decimal): -4454757 or 10159804. OLE color: 10159804.

HSL color Cylindrical-coordinate representation of color #BC069B: hue angle of 310.88º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC069B is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 6 155 -
CMYK 0 0.97 0.18 0.26
HSL 310.88º 0.94% 0.38% -
HSV(B) 310.88º 0.97% 0.74% -
XYZ 26.72 13.19 32.15 -
YUV 77.4 171.8 206.88 -
System Red Green Blue C M Y K H S L
Decimal 188 6 155 0 0.97 0.18 0.26 310.88 0.94 0.38
Hex BC 6 9B 0 61 12 1A 137 5E 26
Octal 274 6 233 0 141 22 32 467 136 46
Binary 10111100 110 10011011 0 1100001 10010 11010 100110111 1011110 100110

Color Harmonies of #BC069B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC069B

Black with #BC069B

Text Example


Text Example

White with #BC069B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC069B; }

 p { color: rgb(188,6,155); }

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

background-color css

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

 a { background-color: rgb(188,6,155); }

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

border-color css

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

 span { border-color: rgb(188,6,155); }

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