Html Css Color HEX #BD114E Cardinal

📋 copy color: '#BD114E'

red 189 ◦ green 17 ◦ blue 78

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

Shades of Cardinal #BD114E

Tints of Cardinal #BD114E

RGB

 RED value IS 189 (74.22% from 255) = 66.55%

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

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

R = 66.55%
G = 5.99%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD114E (or 0xBD114E) is known color: Cardinal. HEX triplet: BD, 11 and 4E. RGB value is (189,17,78). Sum of RGB (Red+Green+Blue) = 189+17+78=284 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.55% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 78 (30.86% from 255 or 27.46% from 284); Max value from RGB is 189 - color contains mainly: red. Hex color #BD114E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD114E is #42EEB1. Grayscale: #4B4B4B. Windows color (decimal): -4386482 or 5116349. OLE color: 5116349.

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

Color convert

RGB 189 17 78 -
CMYK 0 0.91 0.59 0.26
HSL 338.72º 0.83% 0.4% -
HSV(B) 338.72º 0.91% 0.74% -
XYZ 22.56 11.77 8.29 -
YUV 75.38 129.48 209.04 -
System Red Green Blue C M Y K H S L
Decimal 189 17 78 0 0.91 0.59 0.26 338.72 0.83 0.4
Hex BD 11 4E 0 5B 3B 1A 153 53 28
Octal 275 21 116 0 133 73 32 523 123 50
Binary 10111101 10001 1001110 0 1011011 111011 11010 101010011 1010011 101000

Color Harmonies of #BD114E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD114E

Black with #BD114E

Text Example


Text Example

White with #BD114E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD114E; }

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

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

background-color css

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

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

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

border-color css

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

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

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