Html Css Color HEX #BD3B6A Royal Heath

📋 copy color: '#BD3B6A'

red 189 ◦ green 59 ◦ blue 106

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

Shades of Royal Heath #BD3B6A

Tints of Royal Heath #BD3B6A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.67%

 BLUE value IS 106 (41.8% from 255) = 29.94%

R = 53.39%
G = 16.67%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BD3B6A (or 0xBD3B6A) is known color: Royal Heath. HEX triplet: BD, 3B and 6A. RGB value is (189,59,106). Sum of RGB (Red+Green+Blue) = 189+59+106=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 59 (23.44% from 255 or 16.67% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3B6A is #42C495. Grayscale: #676767. Windows color (decimal): -4375702 or 6962109. OLE color: 6962109.

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

Color convert

RGB 189 59 106 -
CMYK 0 0.69 0.44 0.26
HSL 338.31º 0.52% 0.49% -
HSV(B) 338.31º 0.69% 0.74% -
XYZ 25.15 14.99 15.2 -
YUV 103.23 129.57 189.18 -
System Red Green Blue C M Y K H S L
Decimal 189 59 106 0 0.69 0.44 0.26 338.31 0.52 0.49
Hex BD 3B 6A 0 45 2C 1A 152 34 31
Octal 275 73 152 0 105 54 32 522 64 61
Binary 10111101 111011 1101010 0 1000101 101100 11010 101010010 110100 110001

Color Harmonies of #BD3B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3B6A

Black with #BD3B6A

Text Example


Text Example

White with #BD3B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3B6A; }

 p { color: rgb(189,59,106); }

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

background-color css

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

 a { background-color: rgb(189,59,106); }

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

border-color css

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

 span { border-color: rgb(189,59,106); }

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