Html Css Color HEX #BB114E Cardinal

📋 copy color: '#BB114E'

red 187 ◦ green 17 ◦ blue 78

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

Shades of Cardinal #BB114E

Tints of Cardinal #BB114E

RGB

 RED value IS 187 (73.44% from 255) = 66.31%

 GREEN value IS 17 (7.03% from 255) = 6.03%

 BLUE value IS 78 (30.86% from 255) = 27.66%

R = 66.31%
G = 6.03%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB114E (or 0xBB114E) is known color: Cardinal. HEX triplet: BB, 11 and 4E. RGB value is (187,17,78). Sum of RGB (Red+Green+Blue) = 187+17+78=282 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.31% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 187 - color contains mainly: red. Hex color #BB114E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB114E is #44EEB1. Grayscale: #4A4A4A. Windows color (decimal): -4517554 or 5116347. OLE color: 5116347.

HSL color Cylindrical-coordinate representation of color #BB114E: hue angle of 338.47º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB114E is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 17 78 -
CMYK 0 0.91 0.58 0.27
HSL 338.47º 0.83% 0.4% -
HSV(B) 338.47º 0.91% 0.73% -
XYZ 22.07 11.52 8.27 -
YUV 74.78 129.82 208.04 -
System Red Green Blue C M Y K H S L
Decimal 187 17 78 0 0.91 0.58 0.27 338.47 0.83 0.4
Hex BB 11 4E 0 5B 3A 1B 152 53 28
Octal 273 21 116 0 133 72 33 522 123 50
Binary 10111011 10001 1001110 0 1011011 111010 11011 101010010 1010011 101000

Color Harmonies of #BB114E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB114E

Black with #BB114E

Text Example


Text Example

White with #BB114E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB114E; }

 p { color: rgb(187,17,78); }

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

background-color css

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

 a { background-color: rgb(187,17,78); }

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

border-color css

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

 span { border-color: rgb(187,17,78); }

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