Html Css Color HEX #B672F6 Medium Purple

📋 copy color: '#B672F6'

red 182 ◦ green 114 ◦ blue 246

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

Shades of Medium Purple #B672F6

Tints of Medium Purple #B672F6

RGB

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

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

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

R = 33.58%
G = 21.03%
B = 45.39%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B672F6 (or 0xB672F6) is known color: Medium Purple. HEX triplet: B6, 72 and F6. RGB value is (182,114,246). Sum of RGB (Red+Green+Blue) = 182+114+246=542 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.58% from 542); Green value is 114 (44.92% from 255 or 21.03% from 542); Blue value is 246 (96.48% from 255 or 45.39% from 542); Max value from RGB is 246 - color contains mainly: blue. Hex color #B672F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B672F6 is #498D09. Grayscale: #949494. Windows color (decimal): -4820234 or 16151222. OLE color: 16151222.

HSL color Cylindrical-coordinate representation of color #B672F6: hue angle of 270.91º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B672F6 is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 182 114 246 -
CMYK 0.26 0.54 0 0.04
HSL 270.91º 0.88% 0.71% -
HSV(B) 270.91º 0.54% 0.96% -
XYZ 41.94 28.63 90.5 -
YUV 149.38 182.53 151.27 -
System Red Green Blue C M Y K H S L
Decimal 182 114 246 0.26 0.54 0 0.04 270.91 0.88 0.71
Hex B6 72 F6 1A 36 0 4 10F 58 47
Octal 266 162 366 32 66 0 4 417 130 107
Binary 10110110 1110010 11110110 11010 110110 0 100 100001111 1011000 1000111

Color Harmonies of #B672F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B672F6

Black with #B672F6

Text Example


Text Example

White with #B672F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B672F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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