Html Css Color HEX #B436FF Blue Violet

📋 copy color: '#B436FF'

red 180 ◦ green 54 ◦ blue 255

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

Shades of Blue Violet #B436FF

Tints of Blue Violet #B436FF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.04%

 BLUE value IS 255 (100% from 255) = 52.15%

R = 36.81%
G = 11.04%
B = 52.15%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B436FF (or 0xB436FF) is known color: Blue Violet. HEX triplet: B4, 36 and FF. RGB value is (180,54,255). Sum of RGB (Red+Green+Blue) = 180+54+255=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 54 (21.48% from 255 or 11.04% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #B436FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B436FF is #4BC900. Grayscale: #717171. Windows color (decimal): -4966657 or 16725684. OLE color: 16725684.

HSL color Cylindrical-coordinate representation of color #B436FF: hue angle of 277.61º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B436FF is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 180 54 255 -
CMYK 0.29 0.79 0 0
HSL 277.61º 1% 0.61% -
HSV(B) 277.61º 0.79% 1% -
XYZ 38.19 19.56 96.37 -
YUV 114.59 207.24 174.66 -
System Red Green Blue C M Y K H S L
Decimal 180 54 255 0.29 0.79 0 0 277.61 1 0.61
Hex B4 36 FF 1D 4F 0 0 116 64 3D
Octal 264 66 377 35 117 0 0 426 144 75
Binary 10110100 110110 11111111 11101 1001111 0 0 100010110 1100100 111101

Color Harmonies of #B436FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B436FF

Black with #B436FF

Text Example


Text Example

White with #B436FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B436FF; }

 p { color: rgb(180,54,255); }

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

background-color css

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

 a { background-color: rgb(180,54,255); }

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

border-color css

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

 span { border-color: rgb(180,54,255); }

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