Html Css Color HEX #BD3E7A Royal Heath

📋 copy color: '#BD3E7A'

red 189 ◦ green 62 ◦ blue 122

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

Shades of Royal Heath #BD3E7A

Tints of Royal Heath #BD3E7A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.62%

 BLUE value IS 122 (48.05% from 255) = 32.71%

R = 50.67%
G = 16.62%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD3E7A (or 0xBD3E7A) is known color: Royal Heath. HEX triplet: BD, 3E and 7A. RGB value is (189,62,122). Sum of RGB (Red+Green+Blue) = 189+62+122=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 62 (24.61% from 255 or 16.62% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3E7A is #42C185. Grayscale: #6A6A6A. Windows color (decimal): -4374918 or 8011453. OLE color: 8011453.

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

Color convert

RGB 189 62 122 -
CMYK 0 0.67 0.35 0.26
HSL 331.65º 0.51% 0.49% -
HSV(B) 331.65º 0.67% 0.74% -
XYZ 26.22 15.67 20.05 -
YUV 106.81 136.58 186.62 -
System Red Green Blue C M Y K H S L
Decimal 189 62 122 0 0.67 0.35 0.26 331.65 0.51 0.49
Hex BD 3E 7A 0 43 23 1A 14C 33 31
Octal 275 76 172 0 103 43 32 514 63 61
Binary 10111101 111110 1111010 0 1000011 100011 11010 101001100 110011 110001

Color Harmonies of #BD3E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3E7A

Black with #BD3E7A

Text Example


Text Example

White with #BD3E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3E7A; }

 p { color: rgb(189,62,122); }

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

background-color css

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

 a { background-color: rgb(189,62,122); }

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

border-color css

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

 span { border-color: rgb(189,62,122); }

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