Html Css Color HEX #B07CA7 Bouquet

📋 copy color: '#B07CA7'

red 176 ◦ green 124 ◦ blue 167

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

Shades of Bouquet #B07CA7

Tints of Bouquet #B07CA7

RGB

 RED value IS 176 (69.14% from 255) = 37.69%

 GREEN value IS 124 (48.83% from 255) = 26.55%

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

R = 37.69%
G = 26.55%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B07CA7 (or 0xB07CA7) is known color: Bouquet. HEX triplet: B0, 7C and A7. RGB value is (176,124,167). Sum of RGB (Red+Green+Blue) = 176+124+167=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 167 (65.62% from 255 or 35.76% from 467); Max value from RGB is 176 - color contains mainly: red. Hex color #B07CA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07CA7 is #4F8358. Grayscale: #909090. Windows color (decimal): -5210969 or 10976432. OLE color: 10976432.

HSL color Cylindrical-coordinate representation of color #B07CA7: hue angle of 310.38º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B07CA7 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 124 167 -
CMYK 0 0.30 0.05 0.31
HSL 310.38º 0.25% 0.59% -
HSV(B) 310.38º 0.3% 0.69% -
XYZ 32.09 26.44 39.97 -
YUV 144.45 140.73 150.5 -
System Red Green Blue C M Y K H S L
Decimal 176 124 167 0 0.30 0.05 0.31 310.38 0.25 0.59
Hex B0 7C A7 0 1E 5 1F 136 19 3B
Octal 260 174 247 0 36 5 37 466 31 73
Binary 10110000 1111100 10100111 0 11110 101 11111 100110110 11001 111011

Color Harmonies of #B07CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07CA7

Black with #B07CA7

Text Example


Text Example

White with #B07CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07CA7; }

 p { color: rgb(176,124,167); }

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

background-color css

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

 a { background-color: rgb(176,124,167); }

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

border-color css

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

 span { border-color: rgb(176,124,167); }

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