Html Css Color HEX #B469B1 Violet Blue

📋 copy color: '#B469B1'

red 180 ◦ green 105 ◦ blue 177

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

Shades of Violet Blue #B469B1

Tints of Violet Blue #B469B1

RGB

 RED value IS 180 (70.7% from 255) = 38.96%

 GREEN value IS 105 (41.41% from 255) = 22.73%

 BLUE value IS 177 (69.53% from 255) = 38.31%

R = 38.96%
G = 22.73%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B469B1 (or 0xB469B1) is known color: Violet Blue. HEX triplet: B4, 69 and B1. RGB value is (180,105,177). Sum of RGB (Red+Green+Blue) = 180+105+177=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 105 (41.41% from 255 or 22.73% from 462); Blue value is 177 (69.53% from 255 or 38.31% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B469B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B469B1 is #4B964E. Grayscale: #878787. Windows color (decimal): -4953679 or 11626932. OLE color: 11626932.

HSL color Cylindrical-coordinate representation of color #B469B1: hue angle of 302.4º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B469B1 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 105 177 -
CMYK 0 0.42 0.02 0.29
HSL 302.4º 0.33% 0.56% -
HSV(B) 302.4º 0.42% 0.71% -
XYZ 31.81 22.98 44.35 -
YUV 135.63 151.35 159.65 -
System Red Green Blue C M Y K H S L
Decimal 180 105 177 0 0.42 0.02 0.29 302.4 0.33 0.56
Hex B4 69 B1 0 2A 2 1D 12E 21 38
Octal 264 151 261 0 52 2 35 456 41 70
Binary 10110100 1101001 10110001 0 101010 10 11101 100101110 100001 111000

Color Harmonies of #B469B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B469B1

Black with #B469B1

Text Example


Text Example

White with #B469B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B469B1; }

 p { color: rgb(180,105,177); }

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

background-color css

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

 a { background-color: rgb(180,105,177); }

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

border-color css

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

 span { border-color: rgb(180,105,177); }

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