Html Css Color HEX #BD618E Hopbush

📋 copy color: '#BD618E'

red 189 ◦ green 97 ◦ blue 142

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

Shades of Hopbush #BD618E

Tints of Hopbush #BD618E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.18%

R = 44.16%
G = 22.66%
B = 33.18%

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

#BD618E (or 0xBD618E) is known color: Hopbush. HEX triplet: BD, 61 and 8E. RGB value is (189,97,142). Sum of RGB (Red+Green+Blue) = 189+97+142=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BD618E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD618E is #429E71. Grayscale: #818181. Windows color (decimal): -4365938 or 9331133. OLE color: 9331133.

HSL color Cylindrical-coordinate representation of color #BD618E: hue angle of 330.65º 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 #BD618E is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 97 142 -
CMYK 0 0.49 0.25 0.26
HSL 330.65º 0.41% 0.56% -
HSV(B) 330.65º 0.49% 0.74% -
XYZ 30.14 21.32 28.12 -
YUV 129.64 134.98 170.34 -
System Red Green Blue C M Y K H S L
Decimal 189 97 142 0 0.49 0.25 0.26 330.65 0.41 0.56
Hex BD 61 8E 0 31 19 1A 14B 29 38
Octal 275 141 216 0 61 31 32 513 51 70
Binary 10111101 1100001 10001110 0 110001 11001 11010 101001011 101001 111000

Color Harmonies of #BD618E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD618E

Black with #BD618E

Text Example


Text Example

White with #BD618E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD618E; }

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

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

background-color css

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

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

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

border-color css

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

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

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