Html Css Color HEX #B481A7 Bouquet

📋 copy color: '#B481A7'

red 180 ◦ green 129 ◦ blue 167

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

Shades of Bouquet #B481A7

Tints of Bouquet #B481A7

RGB

 RED value IS 180 (70.7% from 255) = 37.82%

 GREEN value IS 129 (50.78% from 255) = 27.1%

 BLUE value IS 167 (65.63% from 255) = 35.08%

R = 37.82%
G = 27.1%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B481A7 (or 0xB481A7) is known color: Bouquet. HEX triplet: B4, 81 and A7. RGB value is (180,129,167). Sum of RGB (Red+Green+Blue) = 180+129+167=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 167 (65.62% from 255 or 35.08% from 476); Max value from RGB is 180 - color contains mainly: red. Hex color #B481A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B481A7 is #4B7E58. Grayscale: #949494. Windows color (decimal): -4947545 or 10977716. OLE color: 10977716.

HSL color Cylindrical-coordinate representation of color #B481A7: hue angle of 315.29º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B481A7 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 129 167 -
CMYK 0 0.28 0.07 0.29
HSL 315.29º 0.25% 0.61% -
HSV(B) 315.29º 0.28% 0.71% -
XYZ 33.65 28.19 40.23 -
YUV 148.58 138.4 150.41 -
System Red Green Blue C M Y K H S L
Decimal 180 129 167 0 0.28 0.07 0.29 315.29 0.25 0.61
Hex B4 81 A7 0 1C 7 1D 13B 19 3D
Octal 264 201 247 0 34 7 35 473 31 75
Binary 10110100 10000001 10100111 0 11100 111 11101 100111011 11001 111101

Color Harmonies of #B481A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B481A7

Black with #B481A7

Text Example


Text Example

White with #B481A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B481A7; }

 p { color: rgb(180,129,167); }

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

background-color css

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

 a { background-color: rgb(180,129,167); }

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

border-color css

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

 span { border-color: rgb(180,129,167); }

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