Html Css Color HEX #BD7E9B Hopbush

📋 copy color: '#BD7E9B'

red 189 ◦ green 126 ◦ blue 155

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

Shades of Hopbush #BD7E9B

Tints of Hopbush #BD7E9B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.81%

 BLUE value IS 155 (60.94% from 255) = 32.98%

R = 40.21%
G = 26.81%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BD7E9B (or 0xBD7E9B) is known color: Hopbush. HEX triplet: BD, 7E and 9B. RGB value is (189,126,155). Sum of RGB (Red+Green+Blue) = 189+126+155=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7E9B is #428164. Grayscale: #949494. Windows color (decimal): -4358501 or 10190525. OLE color: 10190525.

HSL color Cylindrical-coordinate representation of color #BD7E9B: hue angle of 332.38º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD7E9B is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 126 155 -
CMYK 0 0.33 0.18 0.26
HSL 332.38º 0.32% 0.62% -
HSV(B) 332.38º 0.33% 0.74% -
XYZ 34.36 28.11 34.62 -
YUV 148.14 131.87 157.14 -
System Red Green Blue C M Y K H S L
Decimal 189 126 155 0 0.33 0.18 0.26 332.38 0.32 0.62
Hex BD 7E 9B 0 21 12 1A 14C 20 3E
Octal 275 176 233 0 41 22 32 514 40 76
Binary 10111101 1111110 10011011 0 100001 10010 11010 101001100 100000 111110

Color Harmonies of #BD7E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7E9B

Black with #BD7E9B

Text Example


Text Example

White with #BD7E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7E9B; }

 p { color: rgb(189,126,155); }

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

background-color css

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

 a { background-color: rgb(189,126,155); }

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

border-color css

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

 span { border-color: rgb(189,126,155); }

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