Html Css Color HEX #BD4D7B Royal Heath

📋 copy color: '#BD4D7B'

red 189 ◦ green 77 ◦ blue 123

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

Shades of Royal Heath #BD4D7B

Tints of Royal Heath #BD4D7B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.79%

 BLUE value IS 123 (48.44% from 255) = 31.62%

R = 48.59%
G = 19.79%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD4D7B (or 0xBD4D7B) is known color: Royal Heath. HEX triplet: BD, 4D and 7B. RGB value is (189,77,123). Sum of RGB (Red+Green+Blue) = 189+77+123=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 77 (30.47% from 255 or 19.79% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD4D7B is #42B284. Grayscale: #737373. Windows color (decimal): -4371077 or 8080829. OLE color: 8080829.

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

Color convert

RGB 189 77 123 -
CMYK 0 0.59 0.35 0.26
HSL 335.36º 0.46% 0.52% -
HSV(B) 335.36º 0.59% 0.74% -
XYZ 27.22 17.56 20.69 -
YUV 115.73 132.11 180.26 -
System Red Green Blue C M Y K H S L
Decimal 189 77 123 0 0.59 0.35 0.26 335.36 0.46 0.52
Hex BD 4D 7B 0 3B 23 1A 14F 2E 34
Octal 275 115 173 0 73 43 32 517 56 64
Binary 10111101 1001101 1111011 0 111011 100011 11010 101001111 101110 110100

Color Harmonies of #BD4D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4D7B

Black with #BD4D7B

Text Example


Text Example

White with #BD4D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4D7B; }

 p { color: rgb(189,77,123); }

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

background-color css

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

 a { background-color: rgb(189,77,123); }

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

border-color css

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

 span { border-color: rgb(189,77,123); }

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