Html Css Color HEX #BD6598 Hopbush

📋 copy color: '#BD6598'

red 189 ◦ green 101 ◦ blue 152

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

Shades of Hopbush #BD6598

Tints of Hopbush #BD6598

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.85%

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

R = 42.76%
G = 22.85%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BD6598 (or 0xBD6598) is known color: Hopbush. HEX triplet: BD, 65 and 98. RGB value is (189,101,152). Sum of RGB (Red+Green+Blue) = 189+101+152=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 152 (59.77% from 255 or 34.39% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6598 is #429A67. Grayscale: #858585. Windows color (decimal): -4364904 or 9987517. OLE color: 9987517.

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

Color convert

RGB 189 101 152 -
CMYK 0 0.47 0.20 0.26
HSL 325.23º 0.4% 0.57% -
HSV(B) 325.23º 0.47% 0.74% -
XYZ 31.31 22.39 32.38 -
YUV 133.13 138.65 167.85 -
System Red Green Blue C M Y K H S L
Decimal 189 101 152 0 0.47 0.20 0.26 325.23 0.4 0.57
Hex BD 65 98 0 2F 14 1A 145 28 39
Octal 275 145 230 0 57 24 32 505 50 71
Binary 10111101 1100101 10011000 0 101111 10100 11010 101000101 101000 111001

Color Harmonies of #BD6598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6598

Black with #BD6598

Text Example


Text Example

White with #BD6598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6598; }

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

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

background-color css

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

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

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

border-color css

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

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

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