Html Css Color HEX #BD4F7B Royal Heath

📋 copy color: '#BD4F7B'

red 189 ◦ green 79 ◦ blue 123

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

Shades of Royal Heath #BD4F7B

Tints of Royal Heath #BD4F7B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.2%

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

R = 48.34%
G = 20.2%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD4F7B (or 0xBD4F7B) is known color: Royal Heath. HEX triplet: BD, 4F and 7B. RGB value is (189,79,123). Sum of RGB (Red+Green+Blue) = 189+79+123=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 79 (31.25% from 255 or 20.20% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD4F7B is #42B084. Grayscale: #747474. Windows color (decimal): -4370565 or 8081341. OLE color: 8081341.

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

Color convert

RGB 189 79 123 -
CMYK 0 0.58 0.35 0.26
HSL 336º 0.45% 0.53% -
HSV(B) 336º 0.58% 0.74% -
XYZ 27.36 17.84 20.74 -
YUV 116.91 131.44 179.42 -
System Red Green Blue C M Y K H S L
Decimal 189 79 123 0 0.58 0.35 0.26 336 0.45 0.53
Hex BD 4F 7B 0 3A 23 1A 150 2D 35
Octal 275 117 173 0 72 43 32 520 55 65
Binary 10111101 1001111 1111011 0 111010 100011 11010 101010000 101101 110101

Color Harmonies of #BD4F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4F7B

Black with #BD4F7B

Text Example


Text Example

White with #BD4F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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