Html Css Color HEX #BD326E Royal Heath

📋 copy color: '#BD326E'

red 189 ◦ green 50 ◦ blue 110

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

Shades of Royal Heath #BD326E

Tints of Royal Heath #BD326E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.33%

 BLUE value IS 110 (43.36% from 255) = 31.52%

R = 54.15%
G = 14.33%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD326E (or 0xBD326E) is known color: Royal Heath. HEX triplet: BD, 32 and 6E. RGB value is (189,50,110). Sum of RGB (Red+Green+Blue) = 189+50+110=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 50 (19.92% from 255 or 14.33% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD326E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD326E is #42CD91. Grayscale: #626262. Windows color (decimal): -4378002 or 7221949. OLE color: 7221949.

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

Color convert

RGB 189 50 110 -
CMYK 0 0.74 0.42 0.26
HSL 334.1º 0.58% 0.47% -
HSV(B) 334.1º 0.74% 0.74% -
XYZ 24.94 14.23 16.18 -
YUV 98.4 134.55 192.62 -
System Red Green Blue C M Y K H S L
Decimal 189 50 110 0 0.74 0.42 0.26 334.1 0.58 0.47
Hex BD 32 6E 0 4A 2A 1A 14E 3A 2F
Octal 275 62 156 0 112 52 32 516 72 57
Binary 10111101 110010 1101110 0 1001010 101010 11010 101001110 111010 101111

Color Harmonies of #BD326E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD326E

Black with #BD326E

Text Example


Text Example

White with #BD326E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD326E; }

 p { color: rgb(189,50,110); }

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

background-color css

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

 a { background-color: rgb(189,50,110); }

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

border-color css

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

 span { border-color: rgb(189,50,110); }

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