Html Css Color HEX #BD3D6B Royal Heath

📋 copy color: '#BD3D6B'

red 189 ◦ green 61 ◦ blue 107

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

Shades of Royal Heath #BD3D6B

Tints of Royal Heath #BD3D6B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.09%

 BLUE value IS 107 (42.19% from 255) = 29.97%

R = 52.94%
G = 17.09%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD3D6B (or 0xBD3D6B) is known color: Royal Heath. HEX triplet: BD, 3D and 6B. RGB value is (189,61,107). Sum of RGB (Red+Green+Blue) = 189+61+107=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 61 (24.22% from 255 or 17.09% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3D6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3D6B is #42C294. Grayscale: #686868. Windows color (decimal): -4375189 or 7028157. OLE color: 7028157.

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

Color convert

RGB 189 61 107 -
CMYK 0 0.68 0.43 0.26
HSL 338.44º 0.51% 0.49% -
HSV(B) 338.44º 0.68% 0.74% -
XYZ 25.31 15.22 15.51 -
YUV 104.52 129.41 188.26 -
System Red Green Blue C M Y K H S L
Decimal 189 61 107 0 0.68 0.43 0.26 338.44 0.51 0.49
Hex BD 3D 6B 0 44 2B 1A 152 33 31
Octal 275 75 153 0 104 53 32 522 63 61
Binary 10111101 111101 1101011 0 1000100 101011 11010 101010010 110011 110001

Color Harmonies of #BD3D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3D6B

Black with #BD3D6B

Text Example


Text Example

White with #BD3D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3D6B; }

 p { color: rgb(189,61,107); }

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

background-color css

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

 a { background-color: rgb(189,61,107); }

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

border-color css

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

 span { border-color: rgb(189,61,107); }

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