Html Css Color HEX #BD679D Hopbush

📋 copy color: '#BD679D'

red 189 ◦ green 103 ◦ blue 157

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

Shades of Hopbush #BD679D

Tints of Hopbush #BD679D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.94%

 BLUE value IS 157 (61.72% from 255) = 34.97%

R = 42.09%
G = 22.94%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD679D (or 0xBD679D) is known color: Hopbush. HEX triplet: BD, 67 and 9D. RGB value is (189,103,157). Sum of RGB (Red+Green+Blue) = 189+103+157=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 103 (40.62% from 255 or 22.94% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BD679D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD679D is #429862. Grayscale: #868686. Windows color (decimal): -4364387 or 10315709. OLE color: 10315709.

HSL color Cylindrical-coordinate representation of color #BD679D: hue angle of 322.33º degrees, saturation: 0.39, 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 #BD679D is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 103 157 -
CMYK 0 0.46 0.17 0.26
HSL 322.33º 0.39% 0.57% -
HSV(B) 322.33º 0.46% 0.74% -
XYZ 31.92 22.95 34.65 -
YUV 134.87 140.49 166.61 -
System Red Green Blue C M Y K H S L
Decimal 189 103 157 0 0.46 0.17 0.26 322.33 0.39 0.57
Hex BD 67 9D 0 2E 11 1A 142 27 39
Octal 275 147 235 0 56 21 32 502 47 71
Binary 10111101 1100111 10011101 0 101110 10001 11010 101000010 100111 111001

Color Harmonies of #BD679D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD679D

Black with #BD679D

Text Example


Text Example

White with #BD679D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD679D; }

 p { color: rgb(189,103,157); }

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

background-color css

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

 a { background-color: rgb(189,103,157); }

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

border-color css

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

 span { border-color: rgb(189,103,157); }

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