Html Css Color HEX #BC306C Rouge

📋 copy color: '#BC306C'

red 188 ◦ green 48 ◦ blue 108

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

Shades of Rouge #BC306C

Tints of Rouge #BC306C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.4%

R = 54.65%
G = 13.95%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC306C (or 0xBC306C) is known color: Rouge. HEX triplet: BC, 30 and 6C. RGB value is (188,48,108). Sum of RGB (Red+Green+Blue) = 188+48+108=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC306C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC306C is #43CF93. Grayscale: #606060. Windows color (decimal): -4444052 or 7090364. OLE color: 7090364.

HSL color Cylindrical-coordinate representation of color #BC306C: hue angle of 334.29º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC306C is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 48 108 -
CMYK 0 0.74 0.43 0.26
HSL 334.29º 0.59% 0.46% -
HSV(B) 334.29º 0.74% 0.74% -
XYZ 24.5 13.89 15.58 -
YUV 96.7 134.38 193.12 -
System Red Green Blue C M Y K H S L
Decimal 188 48 108 0 0.74 0.43 0.26 334.29 0.59 0.46
Hex BC 30 6C 0 4A 2B 1A 14E 3B 2E
Octal 274 60 154 0 112 53 32 516 73 56
Binary 10111100 110000 1101100 0 1001010 101011 11010 101001110 111011 101110

Color Harmonies of #BC306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC306C

Black with #BC306C

Text Example


Text Example

White with #BC306C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC306C; }

 p { color: rgb(188,48,108); }

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

background-color css

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

 a { background-color: rgb(188,48,108); }

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

border-color css

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

 span { border-color: rgb(188,48,108); }

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