Html Css Color HEX #BD7098 Hopbush

📋 copy color: '#BD7098'

red 189 ◦ green 112 ◦ blue 152

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

Shades of Hopbush #BD7098

Tints of Hopbush #BD7098

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.72%

 BLUE value IS 152 (59.77% from 255) = 33.55%

R = 41.72%
G = 24.72%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BD7098 (or 0xBD7098) is known color: Hopbush. HEX triplet: BD, 70 and 98. RGB value is (189,112,152). Sum of RGB (Red+Green+Blue) = 189+112+152=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 152 (59.77% from 255 or 33.55% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7098 is #428F67. Grayscale: #8B8B8B. Windows color (decimal): -4362088 or 9990333. OLE color: 9990333.

HSL color Cylindrical-coordinate representation of color #BD7098: hue angle of 328.83º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD7098 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 112 152 -
CMYK 0 0.41 0.20 0.26
HSL 328.83º 0.37% 0.59% -
HSV(B) 328.83º 0.41% 0.74% -
XYZ 32.45 24.67 32.76 -
YUV 139.58 135.01 163.25 -
System Red Green Blue C M Y K H S L
Decimal 189 112 152 0 0.41 0.20 0.26 328.83 0.37 0.59
Hex BD 70 98 0 29 14 1A 149 25 3B
Octal 275 160 230 0 51 24 32 511 45 73
Binary 10111101 1110000 10011000 0 101001 10100 11010 101001001 100101 111011

Color Harmonies of #BD7098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7098

Black with #BD7098

Text Example


Text Example

White with #BD7098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7098; }

 p { color: rgb(189,112,152); }

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

background-color css

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

 a { background-color: rgb(189,112,152); }

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

border-color css

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

 span { border-color: rgb(189,112,152); }

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