Html Css Color HEX #BB638D Hopbush

📋 copy color: '#BB638D'

red 187 ◦ green 99 ◦ blue 141

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

Shades of Hopbush #BB638D

Tints of Hopbush #BB638D

RGB

 RED value IS 187 (73.44% from 255) = 43.79%

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

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

R = 43.79%
G = 23.19%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB638D (or 0xBB638D) is known color: Hopbush. HEX triplet: BB, 63 and 8D. RGB value is (187,99,141). Sum of RGB (Red+Green+Blue) = 187+99+141=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BB638D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB638D is #449C72. Grayscale: #828282. Windows color (decimal): -4496499 or 9266107. OLE color: 9266107.

HSL color Cylindrical-coordinate representation of color #BB638D: hue angle of 331.36º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB638D is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 99 141 -
CMYK 0 0.47 0.25 0.27
HSL 331.36º 0.39% 0.56% -
HSV(B) 331.36º 0.47% 0.73% -
XYZ 29.76 21.41 27.76 -
YUV 130.1 134.15 168.58 -
System Red Green Blue C M Y K H S L
Decimal 187 99 141 0 0.47 0.25 0.27 331.36 0.39 0.56
Hex BB 63 8D 0 2F 19 1B 14B 27 38
Octal 273 143 215 0 57 31 33 513 47 70
Binary 10111011 1100011 10001101 0 101111 11001 11011 101001011 100111 111000

Color Harmonies of #BB638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB638D

Black with #BB638D

Text Example


Text Example

White with #BB638D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB638D; }

 p { color: rgb(187,99,141); }

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

background-color css

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

 a { background-color: rgb(187,99,141); }

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

border-color css

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

 span { border-color: rgb(187,99,141); }

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