Html Css Color HEX #B674EB Medium Purple

📋 copy color: '#B674EB'

red 182 ◦ green 116 ◦ blue 235

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

Shades of Medium Purple #B674EB

Tints of Medium Purple #B674EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.09%

R = 34.15%
G = 21.76%
B = 44.09%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B674EB (or 0xB674EB) is known color: Medium Purple. HEX triplet: B6, 74 and EB. RGB value is (182,116,235). Sum of RGB (Red+Green+Blue) = 182+116+235=533 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.15% from 533); Green value is 116 (45.70% from 255 or 21.76% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #B674EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B674EB is #498B14. Grayscale: #949494. Windows color (decimal): -4819733 or 15430838. OLE color: 15430838.

HSL color Cylindrical-coordinate representation of color #B674EB: hue angle of 273.28º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B674EB is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 182 116 235 -
CMYK 0.23 0.51 0 0.08
HSL 273.28º 0.75% 0.69% -
HSV(B) 273.28º 0.51% 0.92% -
XYZ 40.53 28.43 81.95 -
YUV 149.3 176.37 151.32 -
System Red Green Blue C M Y K H S L
Decimal 182 116 235 0.23 0.51 0 0.08 273.28 0.75 0.69
Hex B6 74 EB 17 33 0 8 111 4B 45
Octal 266 164 353 27 63 0 10 421 113 105
Binary 10110110 1110100 11101011 10111 110011 0 1000 100010001 1001011 1000101

Color Harmonies of #B674EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B674EB

Black with #B674EB

Text Example


Text Example

White with #B674EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B674EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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