Html Css Color HEX #BD6A98 Hopbush

📋 copy color: '#BD6A98'

red 189 ◦ green 106 ◦ blue 152

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

Shades of Hopbush #BD6A98

Tints of Hopbush #BD6A98

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.71%

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

R = 42.28%
G = 23.71%
B = 34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BD6A98 (or 0xBD6A98) is known color: Hopbush. HEX triplet: BD, 6A and 98. RGB value is (189,106,152). Sum of RGB (Red+Green+Blue) = 189+106+152=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 106 (41.80% from 255 or 23.71% from 447); Blue value is 152 (59.77% from 255 or 34.00% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6A98 is #429567. Grayscale: #878787. Windows color (decimal): -4363624 or 9988797. OLE color: 9988797.

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

Color convert

RGB 189 106 152 -
CMYK 0 0.44 0.20 0.26
HSL 326.75º 0.39% 0.58% -
HSV(B) 326.75º 0.44% 0.74% -
XYZ 31.81 23.39 32.54 -
YUV 136.06 137 165.76 -
System Red Green Blue C M Y K H S L
Decimal 189 106 152 0 0.44 0.20 0.26 326.75 0.39 0.58
Hex BD 6A 98 0 2C 14 1A 147 27 3A
Octal 275 152 230 0 54 24 32 507 47 72
Binary 10111101 1101010 10011000 0 101100 10100 11010 101000111 100111 111010

Color Harmonies of #BD6A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6A98

Black with #BD6A98

Text Example


Text Example

White with #BD6A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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