Html Css Color HEX #B270FF Medium Purple

📋 copy color: '#B270FF'

red 178 ◦ green 112 ◦ blue 255

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

Shades of Medium Purple #B270FF

Tints of Medium Purple #B270FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.79%

R = 32.66%
G = 20.55%
B = 46.79%

CMYK

 C value IS 0.30

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B270FF (or 0xB270FF) is known color: Medium Purple. HEX triplet: B2, 70 and FF. RGB value is (178,112,255). Sum of RGB (Red+Green+Blue) = 178+112+255=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 112 (44.14% from 255 or 20.55% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #B270FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B270FF is #4D8F00. Grayscale: #939393. Windows color (decimal): -5082881 or 16740530. OLE color: 16740530.

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

Color convert

RGB 178 112 255 -
CMYK 0.30 0.56 0 0
HSL 267.69º 1% 0.72% -
HSV(B) 267.69º 0.56% 1% -
XYZ 42.2 28.27 97.84 -
YUV 148.04 188.37 149.37 -
System Red Green Blue C M Y K H S L
Decimal 178 112 255 0.30 0.56 0 0 267.69 1 0.72
Hex B2 70 FF 1E 38 0 0 10C 64 48
Octal 262 160 377 36 70 0 0 414 144 110
Binary 10110010 1110000 11111111 11110 111000 0 0 100001100 1100100 1001000

Color Harmonies of #B270FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B270FF

Black with #B270FF

Text Example


Text Example

White with #B270FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B270FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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