Html Css Color HEX #BD336F Royal Heath

📋 copy color: '#BD336F'

red 189 ◦ green 51 ◦ blue 111

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

Shades of Royal Heath #BD336F

Tints of Royal Heath #BD336F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.53%

 BLUE value IS 111 (43.75% from 255) = 31.62%

R = 53.85%
G = 14.53%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD336F (or 0xBD336F) is known color: Royal Heath. HEX triplet: BD, 33 and 6F. RGB value is (189,51,111). Sum of RGB (Red+Green+Blue) = 189+51+111=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 51 (20.31% from 255 or 14.53% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD336F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD336F is #42CC90. Grayscale: #636363. Windows color (decimal): -4377745 or 7287741. OLE color: 7287741.

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

Color convert

RGB 189 51 111 -
CMYK 0 0.73 0.41 0.26
HSL 333.91º 0.58% 0.47% -
HSV(B) 333.91º 0.73% 0.74% -
XYZ 25.04 14.33 16.49 -
YUV 99.1 134.72 192.12 -
System Red Green Blue C M Y K H S L
Decimal 189 51 111 0 0.73 0.41 0.26 333.91 0.58 0.47
Hex BD 33 6F 0 49 29 1A 14E 3A 2F
Octal 275 63 157 0 111 51 32 516 72 57
Binary 10111101 110011 1101111 0 1001001 101001 11010 101001110 111010 101111

Color Harmonies of #BD336F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD336F

Black with #BD336F

Text Example


Text Example

White with #BD336F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD336F; }

 p { color: rgb(189,51,111); }

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

background-color css

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

 a { background-color: rgb(189,51,111); }

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

border-color css

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

 span { border-color: rgb(189,51,111); }

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