Html Css Color HEX #B430F6 Blue Violet

📋 copy color: '#B430F6'

red 180 ◦ green 48 ◦ blue 246

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

Shades of Blue Violet #B430F6

Tints of Blue Violet #B430F6

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.13%

 BLUE value IS 246 (96.48% from 255) = 51.9%

R = 37.97%
G = 10.13%
B = 51.9%

CMYK

 C value IS 0.27

 M value IS 0.80

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B430F6 (or 0xB430F6) is known color: Blue Violet. HEX triplet: B4, 30 and F6. RGB value is (180,48,246). Sum of RGB (Red+Green+Blue) = 180+48+246=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 48 (19.14% from 255 or 10.13% from 474); Blue value is 246 (96.48% from 255 or 51.90% from 474); Max value from RGB is 246 - color contains mainly: blue. Hex color #B430F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B430F6 is #4BCF09. Grayscale: #6D6D6D. Windows color (decimal): -4968202 or 16134324. OLE color: 16134324.

HSL color Cylindrical-coordinate representation of color #B430F6: hue angle of 280º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B430F6 is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 180 48 246 -
CMYK 0.27 0.80 0 0.04
HSL 280º 0.92% 0.58% -
HSV(B) 280º 0.8% 0.96% -
XYZ 36.51 18.47 88.83 -
YUV 110.04 204.73 177.9 -
System Red Green Blue C M Y K H S L
Decimal 180 48 246 0.27 0.80 0 0.04 280 0.92 0.58
Hex B4 30 F6 1B 50 0 4 118 5C 3A
Octal 264 60 366 33 120 0 4 430 134 72
Binary 10110100 110000 11110110 11011 1010000 0 100 100011000 1011100 111010

Color Harmonies of #B430F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B430F6

Black with #B430F6

Text Example


Text Example

White with #B430F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B430F6; }

 p { color: rgb(180,48,246); }

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

background-color css

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

 a { background-color: rgb(180,48,246); }

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

border-color css

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

 span { border-color: rgb(180,48,246); }

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