Html Css Color HEX #B674EE Medium Purple

📋 copy color: '#B674EE'

red 182 ◦ green 116 ◦ blue 238

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

Shades of Medium Purple #B674EE

Tints of Medium Purple #B674EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.4%

R = 33.96%
G = 21.64%
B = 44.4%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B674EE (or 0xB674EE) is known color: Medium Purple. HEX triplet: B6, 74 and EE. RGB value is (182,116,238). Sum of RGB (Red+Green+Blue) = 182+116+238=536 (70% of max value = 765). Red value is 182 (71.48% from 255 or 33.96% from 536); Green value is 116 (45.70% from 255 or 21.64% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #B674EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B674EE is #498B11. Grayscale: #959595. Windows color (decimal): -4819730 or 15627446. OLE color: 15627446.

HSL color Cylindrical-coordinate representation of color #B674EE: hue angle of 272.46º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B674EE is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 116 238 -
CMYK 0.24 0.51 0 0.07
HSL 272.46º 0.78% 0.69% -
HSV(B) 272.46º 0.51% 0.93% -
XYZ 40.97 28.61 84.25 -
YUV 149.64 177.87 151.08 -
System Red Green Blue C M Y K H S L
Decimal 182 116 238 0.24 0.51 0 0.07 272.46 0.78 0.69
Hex B6 74 EE 18 33 0 7 110 4E 45
Octal 266 164 356 30 63 0 7 420 116 105
Binary 10110110 1110100 11101110 11000 110011 0 111 100010000 1001110 1000101

Color Harmonies of #B674EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B674EE

Black with #B674EE

Text Example


Text Example

White with #B674EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B674EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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