Html Css Color HEX #B265A2 Violet Blue

📋 copy color: '#B265A2'

red 178 ◦ green 101 ◦ blue 162

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

Shades of Violet Blue #B265A2

Tints of Violet Blue #B265A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 36.73%

R = 40.36%
G = 22.9%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B265A2 (or 0xB265A2) is known color: Violet Blue. HEX triplet: B2, 65 and A2. RGB value is (178,101,162). Sum of RGB (Red+Green+Blue) = 178+101+162=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 162 (63.67% from 255 or 36.73% from 441); Max value from RGB is 178 - color contains mainly: red. Hex color #B265A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B265A2 is #4D9A5D. Grayscale: #828282. Windows color (decimal): -5085790 or 10642866. OLE color: 10642866.

HSL color Cylindrical-coordinate representation of color #B265A2: hue angle of 312.47º 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 #B265A2 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 101 162 -
CMYK 0 0.43 0.09 0.30
HSL 312.47º 0.33% 0.55% -
HSV(B) 312.47º 0.43% 0.7% -
XYZ 29.54 21.38 36.75 -
YUV 130.98 145.51 161.54 -
System Red Green Blue C M Y K H S L
Decimal 178 101 162 0 0.43 0.09 0.30 312.47 0.33 0.55
Hex B2 65 A2 0 2B 9 1E 138 21 37
Octal 262 145 242 0 53 11 36 470 41 67
Binary 10110010 1100101 10100010 0 101011 1001 11110 100111000 100001 110111

Color Harmonies of #B265A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B265A2

Black with #B265A2

Text Example


Text Example

White with #B265A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B265A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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