Html Css Color HEX #B265AA Violet Blue

📋 copy color: '#B265AA'

red 178 ◦ green 101 ◦ blue 170

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

Shades of Violet Blue #B265AA

Tints of Violet Blue #B265AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.86%

R = 39.64%
G = 22.49%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B265AA (or 0xB265AA) is known color: Violet Blue. HEX triplet: B2, 65 and AA. RGB value is (178,101,170). Sum of RGB (Red+Green+Blue) = 178+101+170=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 178 - color contains mainly: red. Hex color #B265AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B265AA is #4D9A55. Grayscale: #838383. Windows color (decimal): -5085782 or 11167154. OLE color: 11167154.

HSL color Cylindrical-coordinate representation of color #B265AA: hue angle of 306.23º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B265AA is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 101 170 -
CMYK 0 0.43 0.04 0.30
HSL 306.23º 0.33% 0.55% -
HSV(B) 306.23º 0.43% 0.7% -
XYZ 30.27 21.67 40.62 -
YUV 131.89 149.51 160.89 -
System Red Green Blue C M Y K H S L
Decimal 178 101 170 0 0.43 0.04 0.30 306.23 0.33 0.55
Hex B2 65 AA 0 2B 4 1E 132 21 37
Octal 262 145 252 0 53 4 36 462 41 67
Binary 10110010 1100101 10101010 0 101011 100 11110 100110010 100001 110111

Color Harmonies of #B265AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B265AA

Black with #B265AA

Text Example


Text Example

White with #B265AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B265AA; }

 p { color: rgb(178,101,170); }

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

background-color css

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

 a { background-color: rgb(178,101,170); }

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

border-color css

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

 span { border-color: rgb(178,101,170); }

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