Html Css Color HEX #B074EE Medium Purple

📋 copy color: '#B074EE'

red 176 ◦ green 116 ◦ blue 238

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

Shades of Medium Purple #B074EE

Tints of Medium Purple #B074EE

RGB

 RED value IS 176 (69.14% from 255) = 33.21%

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

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

R = 33.21%
G = 21.89%
B = 44.91%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B074EE (or 0xB074EE) is known color: Medium Purple. HEX triplet: B0, 74 and EE. RGB value is (176,116,238). Sum of RGB (Red+Green+Blue) = 176+116+238=530 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.21% from 530); Green value is 116 (45.70% from 255 or 21.89% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #B074EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B074EE is #4F8B11. Grayscale: #939393. Windows color (decimal): -5212946 or 15627440. OLE color: 15627440.

HSL color Cylindrical-coordinate representation of color #B074EE: hue angle of 269.51º 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 #B074EE is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 116 238 -
CMYK 0.26 0.51 0 0.07
HSL 269.51º 0.78% 0.69% -
HSV(B) 269.51º 0.51% 0.93% -
XYZ 39.58 27.89 84.19 -
YUV 147.85 178.88 148.08 -
System Red Green Blue C M Y K H S L
Decimal 176 116 238 0.26 0.51 0 0.07 269.51 0.78 0.69
Hex B0 74 EE 1A 33 0 7 10E 4E 45
Octal 260 164 356 32 63 0 7 416 116 105
Binary 10110000 1110100 11101110 11010 110011 0 111 100001110 1001110 1000101

Color Harmonies of #B074EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B074EE

Black with #B074EE

Text Example


Text Example

White with #B074EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B074EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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