Html Css Color HEX #BC65A4 Bouquet

📋 copy color: '#BC65A4'

red 188 ◦ green 101 ◦ blue 164

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

Shades of Bouquet #BC65A4

Tints of Bouquet #BC65A4

RGB

 RED value IS 188 (73.83% from 255) = 41.5%

 GREEN value IS 101 (39.84% from 255) = 22.3%

 BLUE value IS 164 (64.45% from 255) = 36.2%

R = 41.5%
G = 22.3%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BC65A4 (or 0xBC65A4) is known color: Bouquet. HEX triplet: BC, 65 and A4. RGB value is (188,101,164). Sum of RGB (Red+Green+Blue) = 188+101+164=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 164 (64.45% from 255 or 36.20% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BC65A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC65A4 is #439A5B. Grayscale: #868686. Windows color (decimal): -4430428 or 10773948. OLE color: 10773948.

HSL color Cylindrical-coordinate representation of color #BC65A4: hue angle of 316.55º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC65A4 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 101 164 -
CMYK 0 0.46 0.13 0.26
HSL 316.55º 0.39% 0.57% -
HSV(B) 316.55º 0.46% 0.74% -
XYZ 32.09 22.68 37.81 -
YUV 134.2 144.82 166.38 -
System Red Green Blue C M Y K H S L
Decimal 188 101 164 0 0.46 0.13 0.26 316.55 0.39 0.57
Hex BC 65 A4 0 2E D 1A 13D 27 39
Octal 274 145 244 0 56 15 32 475 47 71
Binary 10111100 1100101 10100100 0 101110 1101 11010 100111101 100111 111001

Color Harmonies of #BC65A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC65A4

Black with #BC65A4

Text Example


Text Example

White with #BC65A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC65A4; }

 p { color: rgb(188,101,164); }

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

background-color css

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

 a { background-color: rgb(188,101,164); }

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

border-color css

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

 span { border-color: rgb(188,101,164); }

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