Html Css Color HEX #B270F2 Medium Purple

📋 copy color: '#B270F2'

red 178 ◦ green 112 ◦ blue 242

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

Shades of Medium Purple #B270F2

Tints of Medium Purple #B270F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 45.49%

R = 33.46%
G = 21.05%
B = 45.49%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B270F2 (or 0xB270F2) is known color: Medium Purple. HEX triplet: B2, 70 and F2. RGB value is (178,112,242). Sum of RGB (Red+Green+Blue) = 178+112+242=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 112 (44.14% from 255 or 21.05% from 532); Blue value is 242 (94.92% from 255 or 45.49% from 532); Max value from RGB is 242 - color contains mainly: blue. Hex color #B270F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B270F2 is #4D8F0D. Grayscale: #929292. Windows color (decimal): -5082894 or 15888562. OLE color: 15888562.

HSL color Cylindrical-coordinate representation of color #B270F2: hue angle of 270.46º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B270F2 is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 112 242 -
CMYK 0.26 0.54 0 0.05
HSL 270.46º 0.83% 0.69% -
HSV(B) 270.46º 0.54% 0.95% -
XYZ 40.18 27.46 87.19 -
YUV 146.55 181.87 150.43 -
System Red Green Blue C M Y K H S L
Decimal 178 112 242 0.26 0.54 0 0.05 270.46 0.83 0.69
Hex B2 70 F2 1A 36 0 5 10E 53 45
Octal 262 160 362 32 66 0 5 416 123 105
Binary 10110010 1110000 11110010 11010 110110 0 101 100001110 1010011 1000101

Color Harmonies of #B270F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B270F2

Black with #B270F2

Text Example


Text Example

White with #B270F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B270F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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