Html Css Color HEX #B674F3 Medium Purple

📋 copy color: '#B674F3'

red 182 ◦ green 116 ◦ blue 243

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

Shades of Medium Purple #B674F3

Tints of Medium Purple #B674F3

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.44%

 BLUE value IS 243 (95.31% from 255) = 44.92%

R = 33.64%
G = 21.44%
B = 44.92%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B674F3 (or 0xB674F3) is known color: Medium Purple. HEX triplet: B6, 74 and F3. RGB value is (182,116,243). Sum of RGB (Red+Green+Blue) = 182+116+243=541 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.64% from 541); Green value is 116 (45.70% from 255 or 21.44% from 541); Blue value is 243 (95.31% from 255 or 44.92% from 541); Max value from RGB is 243 - color contains mainly: blue. Hex color #B674F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B674F3 is #498B0C. Grayscale: #959595. Windows color (decimal): -4819725 or 15955126. OLE color: 15955126.

HSL color Cylindrical-coordinate representation of color #B674F3: hue angle of 271.18º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B674F3 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 182 116 243 -
CMYK 0.25 0.52 0 0.05
HSL 271.18º 0.84% 0.7% -
HSV(B) 271.18º 0.52% 0.95% -
XYZ 41.71 28.91 88.18 -
YUV 150.21 180.37 150.67 -
System Red Green Blue C M Y K H S L
Decimal 182 116 243 0.25 0.52 0 0.05 271.18 0.84 0.7
Hex B6 74 F3 19 34 0 5 10F 54 46
Octal 266 164 363 31 64 0 5 417 124 106
Binary 10110110 1110100 11110011 11001 110100 0 101 100001111 1010100 1000110

Color Harmonies of #B674F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B674F3

Black with #B674F3

Text Example


Text Example

White with #B674F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B674F3; }

 p { color: rgb(182,116,243); }

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

background-color css

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

 a { background-color: rgb(182,116,243); }

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

border-color css

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

 span { border-color: rgb(182,116,243); }

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