Html Css Color HEX #B270F7 Medium Purple

📋 copy color: '#B270F7'

red 178 ◦ green 112 ◦ blue 247

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

Shades of Medium Purple #B270F7

Tints of Medium Purple #B270F7

RGB

 RED value IS 178 (69.92% from 255) = 33.15%

 GREEN value IS 112 (44.14% from 255) = 20.86%

 BLUE value IS 247 (96.88% from 255) = 46%

R = 33.15%
G = 20.86%
B = 46%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B270F7 (or 0xB270F7) is known color: Medium Purple. HEX triplet: B2, 70 and F7. RGB value is (178,112,247). Sum of RGB (Red+Green+Blue) = 178+112+247=537 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.15% from 537); Green value is 112 (44.14% from 255 or 20.86% from 537); Blue value is 247 (96.88% from 255 or 46.00% from 537); Max value from RGB is 247 - color contains mainly: blue. Hex color #B270F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B270F7 is #4D8F08. Grayscale: #929292. Windows color (decimal): -5082889 or 16216242. OLE color: 16216242.

HSL color Cylindrical-coordinate representation of color #B270F7: hue angle of 269.33º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B270F7 is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 178 112 247 -
CMYK 0.28 0.55 0 0.03
HSL 269.33º 0.89% 0.7% -
HSV(B) 269.33º 0.55% 0.97% -
XYZ 40.94 27.77 91.2 -
YUV 147.12 184.37 150.02 -
System Red Green Blue C M Y K H S L
Decimal 178 112 247 0.28 0.55 0 0.03 269.33 0.89 0.7
Hex B2 70 F7 1C 37 0 3 10D 59 46
Octal 262 160 367 34 67 0 3 415 131 106
Binary 10110010 1110000 11110111 11100 110111 0 11 100001101 1011001 1000110

Color Harmonies of #B270F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B270F7

Black with #B270F7

Text Example


Text Example

White with #B270F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B270F7; }

 p { color: rgb(178,112,247); }

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

background-color css

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

 a { background-color: rgb(178,112,247); }

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

border-color css

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

 span { border-color: rgb(178,112,247); }

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