Html Css Color HEX #B272A7 Bouquet

📋 copy color: '#B272A7'

red 178 ◦ green 114 ◦ blue 167

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

Shades of Bouquet #B272A7

Tints of Bouquet #B272A7

RGB

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

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

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

R = 38.78%
G = 24.84%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B272A7 (or 0xB272A7) is known color: Bouquet. HEX triplet: B2, 72 and A7. RGB value is (178,114,167). Sum of RGB (Red+Green+Blue) = 178+114+167=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 167 (65.62% from 255 or 36.38% from 459); Max value from RGB is 178 - color contains mainly: red. Hex color #B272A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B272A7 is #4D8D58. Grayscale: #8B8B8B. Windows color (decimal): -5082457 or 10973874. OLE color: 10973874.

HSL color Cylindrical-coordinate representation of color #B272A7: hue angle of 310.31º 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 #B272A7 is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 114 167 -
CMYK 0 0.36 0.06 0.30
HSL 310.31º 0.29% 0.57% -
HSV(B) 310.31º 0.36% 0.7% -
XYZ 31.35 24.29 39.6 -
YUV 139.18 143.7 155.69 -
System Red Green Blue C M Y K H S L
Decimal 178 114 167 0 0.36 0.06 0.30 310.31 0.29 0.57
Hex B2 72 A7 0 24 6 1E 136 1D 39
Octal 262 162 247 0 44 6 36 466 35 71
Binary 10110010 1110010 10100111 0 100100 110 11110 100110110 11101 111001

Color Harmonies of #B272A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B272A7

Black with #B272A7

Text Example


Text Example

White with #B272A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B272A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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