Html Css Color HEX #BC65A5 Violet Blue

📋 copy color: '#BC65A5'

red 188 ◦ green 101 ◦ blue 165

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

Shades of Violet Blue #BC65A5

Tints of Violet Blue #BC65A5

RGB

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

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

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

R = 41.41%
G = 22.25%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BC65A5 (or 0xBC65A5) is known color: Violet Blue. HEX triplet: BC, 65 and A5. RGB value is (188,101,165). Sum of RGB (Red+Green+Blue) = 188+101+165=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 101 (39.84% from 255 or 22.25% from 454); Blue value is 165 (64.84% from 255 or 36.34% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BC65A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC65A5 is #439A5A. Grayscale: #868686. Windows color (decimal): -4430427 or 10839484. OLE color: 10839484.

HSL color Cylindrical-coordinate representation of color #BC65A5: hue angle of 315.86º 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 #BC65A5 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 101 165 -
CMYK 0 0.46 0.12 0.26
HSL 315.86º 0.39% 0.57% -
HSV(B) 315.86º 0.46% 0.74% -
XYZ 32.18 22.72 38.29 -
YUV 134.31 145.32 166.3 -
System Red Green Blue C M Y K H S L
Decimal 188 101 165 0 0.46 0.12 0.26 315.86 0.39 0.57
Hex BC 65 A5 0 2E C 1A 13C 27 39
Octal 274 145 245 0 56 14 32 474 47 71
Binary 10111100 1100101 10100101 0 101110 1100 11010 100111100 100111 111001

Color Harmonies of #BC65A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC65A5

Black with #BC65A5

Text Example


Text Example

White with #BC65A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC65A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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