Html Css Color HEX #B074FA Medium Purple

📋 copy color: '#B074FA'

red 176 ◦ green 116 ◦ blue 250

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

Shades of Medium Purple #B074FA

Tints of Medium Purple #B074FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.13%

R = 32.47%
G = 21.4%
B = 46.13%

CMYK

 C value IS 0.30

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B074FA (or 0xB074FA) is known color: Medium Purple. HEX triplet: B0, 74 and FA. RGB value is (176,116,250). Sum of RGB (Red+Green+Blue) = 176+116+250=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 116 (45.70% from 255 or 21.40% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #B074FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B074FA is #4F8B05. Grayscale: #949494. Windows color (decimal): -5212934 or 16413872. OLE color: 16413872.

HSL color Cylindrical-coordinate representation of color #B074FA: hue angle of 266.87º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B074FA is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 116 250 -
CMYK 0.30 0.54 0 0.02
HSL 266.87º 0.93% 0.72% -
HSV(B) 266.87º 0.54% 0.98% -
XYZ 41.41 28.62 93.78 -
YUV 149.22 184.88 147.1 -
System Red Green Blue C M Y K H S L
Decimal 176 116 250 0.30 0.54 0 0.02 266.87 0.93 0.72
Hex B0 74 FA 1E 36 0 2 10B 5D 48
Octal 260 164 372 36 66 0 2 413 135 110
Binary 10110000 1110100 11111010 11110 110110 0 10 100001011 1011101 1001000

Color Harmonies of #B074FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B074FA

Black with #B074FA

Text Example


Text Example

White with #B074FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B074FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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