Html Css Color HEX #BD6690 Hopbush

📋 copy color: '#BD6690'

red 189 ◦ green 102 ◦ blue 144

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

Shades of Hopbush #BD6690

Tints of Hopbush #BD6690

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.45%

 BLUE value IS 144 (56.64% from 255) = 33.1%

R = 43.45%
G = 23.45%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BD6690 (or 0xBD6690) is known color: Hopbush. HEX triplet: BD, 66 and 90. RGB value is (189,102,144). Sum of RGB (Red+Green+Blue) = 189+102+144=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6690 is #42996F. Grayscale: #848484. Windows color (decimal): -4364656 or 9463485. OLE color: 9463485.

HSL color Cylindrical-coordinate representation of color #BD6690: hue angle of 331.03º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD6690 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 102 144 -
CMYK 0 0.46 0.24 0.26
HSL 331.03º 0.4% 0.57% -
HSV(B) 331.03º 0.46% 0.74% -
XYZ 30.77 22.34 29.07 -
YUV 132.8 134.32 168.08 -
System Red Green Blue C M Y K H S L
Decimal 189 102 144 0 0.46 0.24 0.26 331.03 0.4 0.57
Hex BD 66 90 0 2E 18 1A 14B 28 39
Octal 275 146 220 0 56 30 32 513 50 71
Binary 10111101 1100110 10010000 0 101110 11000 11010 101001011 101000 111001

Color Harmonies of #BD6690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6690

Black with #BD6690

Text Example


Text Example

White with #BD6690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6690; }

 p { color: rgb(189,102,144); }

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

background-color css

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

 a { background-color: rgb(189,102,144); }

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

border-color css

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

 span { border-color: rgb(189,102,144); }

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