Html Css Color HEX #B655A3 Violet Blue

📋 copy color: '#B655A3'

red 182 ◦ green 85 ◦ blue 163

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

Shades of Violet Blue #B655A3

Tints of Violet Blue #B655A3

RGB

 RED value IS 182 (71.48% from 255) = 42.33%

 GREEN value IS 85 (33.59% from 255) = 19.77%

 BLUE value IS 163 (64.06% from 255) = 37.91%

R = 42.33%
G = 19.77%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#B655A3 (or 0xB655A3) is known color: Violet Blue. HEX triplet: B6, 55 and A3. RGB value is (182,85,163). Sum of RGB (Red+Green+Blue) = 182+85+163=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 163 (64.06% from 255 or 37.91% from 430); Max value from RGB is 182 - color contains mainly: red. Hex color #B655A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B655A3 is #49AA5C. Grayscale: #7A7A7A. Windows color (decimal): -4827741 or 10704310. OLE color: 10704310.

HSL color Cylindrical-coordinate representation of color #B655A3: hue angle of 311.75º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B655A3 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 85 163 -
CMYK 0 0.53 0.10 0.29
HSL 311.75º 0.4% 0.52% -
HSV(B) 311.75º 0.53% 0.71% -
XYZ 29.15 19.09 36.8 -
YUV 122.9 150.64 170.16 -
System Red Green Blue C M Y K H S L
Decimal 182 85 163 0 0.53 0.10 0.29 311.75 0.4 0.52
Hex B6 55 A3 0 35 A 1D 138 28 34
Octal 266 125 243 0 65 12 35 470 50 64
Binary 10110110 1010101 10100011 0 110101 1010 11101 100111000 101000 110100

Color Harmonies of #B655A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B655A3

Black with #B655A3

Text Example


Text Example

White with #B655A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B655A3; }

 p { color: rgb(182,85,163); }

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

background-color css

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

 a { background-color: rgb(182,85,163); }

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

border-color css

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

 span { border-color: rgb(182,85,163); }

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