Html Css Color HEX #B272A5 Bouquet

📋 copy color: '#B272A5'

red 178 ◦ green 114 ◦ blue 165

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

Shades of Bouquet #B272A5

Tints of Bouquet #B272A5

RGB

 RED value IS 178 (69.92% from 255) = 38.95%

 GREEN value IS 114 (44.92% from 255) = 24.95%

 BLUE value IS 165 (64.84% from 255) = 36.11%

R = 38.95%
G = 24.95%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B272A5 (or 0xB272A5) is known color: Bouquet. HEX triplet: B2, 72 and A5. RGB value is (178,114,165). Sum of RGB (Red+Green+Blue) = 178+114+165=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 165 (64.84% from 255 or 36.11% from 457); Max value from RGB is 178 - color contains mainly: red. Hex color #B272A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B272A5 is #4D8D5A. Grayscale: #8A8A8A. Windows color (decimal): -5082459 or 10842802. OLE color: 10842802.

HSL color Cylindrical-coordinate representation of color #B272A5: hue angle of 312.19º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B272A5 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 114 165 -
CMYK 0 0.36 0.07 0.30
HSL 312.19º 0.29% 0.57% -
HSV(B) 312.19º 0.36% 0.7% -
XYZ 31.17 24.22 38.63 -
YUV 138.95 142.7 155.85 -
System Red Green Blue C M Y K H S L
Decimal 178 114 165 0 0.36 0.07 0.30 312.19 0.29 0.57
Hex B2 72 A5 0 24 7 1E 138 1D 39
Octal 262 162 245 0 44 7 36 470 35 71
Binary 10110010 1110010 10100101 0 100100 111 11110 100111000 11101 111001

Color Harmonies of #B272A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B272A5

Black with #B272A5

Text Example


Text Example

White with #B272A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B272A5; }

 p { color: rgb(178,114,165); }

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

background-color css

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

 a { background-color: rgb(178,114,165); }

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

border-color css

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

 span { border-color: rgb(178,114,165); }

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