Html Css Color HEX #BD638E Hopbush

📋 copy color: '#BD638E'

red 189 ◦ green 99 ◦ blue 142

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

Shades of Hopbush #BD638E

Tints of Hopbush #BD638E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.02%

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

R = 43.95%
G = 23.02%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD638E (or 0xBD638E) is known color: Hopbush. HEX triplet: BD, 63 and 8E. RGB value is (189,99,142). Sum of RGB (Red+Green+Blue) = 189+99+142=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 99 (39.06% from 255 or 23.02% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD638E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD638E is #429C71. Grayscale: #828282. Windows color (decimal): -4365426 or 9331645. OLE color: 9331645.

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

Color convert

RGB 189 99 142 -
CMYK 0 0.48 0.25 0.26
HSL 331.33º 0.41% 0.56% -
HSV(B) 331.33º 0.48% 0.74% -
XYZ 30.33 21.7 28.18 -
YUV 130.81 134.32 169.5 -
System Red Green Blue C M Y K H S L
Decimal 189 99 142 0 0.48 0.25 0.26 331.33 0.41 0.56
Hex BD 63 8E 0 30 19 1A 14B 29 38
Octal 275 143 216 0 60 31 32 513 51 70
Binary 10111101 1100011 10001110 0 110000 11001 11010 101001011 101001 111000

Color Harmonies of #BD638E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD638E

Black with #BD638E

Text Example


Text Example

White with #BD638E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD638E; }

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

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

background-color css

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

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

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

border-color css

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

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

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