Html Css Color HEX #BD618D Hopbush

📋 copy color: '#BD618D'

red 189 ◦ green 97 ◦ blue 141

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

Shades of Hopbush #BD618D

Tints of Hopbush #BD618D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.72%

 BLUE value IS 141 (55.47% from 255) = 33.02%

R = 44.26%
G = 22.72%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD618D (or 0xBD618D) is known color: Hopbush. HEX triplet: BD, 61 and 8D. RGB value is (189,97,141). Sum of RGB (Red+Green+Blue) = 189+97+141=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BD618D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD618D is #429E72. Grayscale: #818181. Windows color (decimal): -4365939 or 9265597. OLE color: 9265597.

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

Color convert

RGB 189 97 141 -
CMYK 0 0.49 0.25 0.26
HSL 331.3º 0.41% 0.56% -
HSV(B) 331.3º 0.49% 0.74% -
XYZ 30.07 21.29 27.72 -
YUV 129.52 134.48 170.42 -
System Red Green Blue C M Y K H S L
Decimal 189 97 141 0 0.49 0.25 0.26 331.3 0.41 0.56
Hex BD 61 8D 0 31 19 1A 14B 29 38
Octal 275 141 215 0 61 31 32 513 51 70
Binary 10111101 1100001 10001101 0 110001 11001 11010 101001011 101001 111000

Color Harmonies of #BD618D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD618D

Black with #BD618D

Text Example


Text Example

White with #BD618D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD618D; }

 p { color: rgb(189,97,141); }

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

background-color css

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

 a { background-color: rgb(189,97,141); }

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

border-color css

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

 span { border-color: rgb(189,97,141); }

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