Html Css Color HEX #B672F4 Medium Purple

📋 copy color: '#B672F4'

red 182 ◦ green 114 ◦ blue 244

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

Shades of Medium Purple #B672F4

Tints of Medium Purple #B672F4

RGB

 RED value IS 182 (71.48% from 255) = 33.7%

 GREEN value IS 114 (44.92% from 255) = 21.11%

 BLUE value IS 244 (95.7% from 255) = 45.19%

R = 33.7%
G = 21.11%
B = 45.19%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B672F4 (or 0xB672F4) is known color: Medium Purple. HEX triplet: B6, 72 and F4. RGB value is (182,114,244). Sum of RGB (Red+Green+Blue) = 182+114+244=540 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.70% from 540); Green value is 114 (44.92% from 255 or 21.11% from 540); Blue value is 244 (95.70% from 255 or 45.19% from 540); Max value from RGB is 244 - color contains mainly: blue. Hex color #B672F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B672F4 is #498D0B. Grayscale: #949494. Windows color (decimal): -4820236 or 16020150. OLE color: 16020150.

HSL color Cylindrical-coordinate representation of color #B672F4: hue angle of 271.38º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B672F4 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 182 114 244 -
CMYK 0.25 0.53 0 0.04
HSL 271.38º 0.86% 0.7% -
HSV(B) 271.38º 0.53% 0.96% -
XYZ 41.64 28.51 88.9 -
YUV 149.15 181.53 151.43 -
System Red Green Blue C M Y K H S L
Decimal 182 114 244 0.25 0.53 0 0.04 271.38 0.86 0.7
Hex B6 72 F4 19 35 0 4 10F 56 46
Octal 266 162 364 31 65 0 4 417 126 106
Binary 10110110 1110010 11110100 11001 110101 0 100 100001111 1010110 1000110

Color Harmonies of #B672F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B672F4

Black with #B672F4

Text Example


Text Example

White with #B672F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B672F4; }

 p { color: rgb(182,114,244); }

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

background-color css

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

 a { background-color: rgb(182,114,244); }

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

border-color css

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

 span { border-color: rgb(182,114,244); }

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