Html Css Color HEX #B275FF Medium Purple

📋 copy color: '#B275FF'

red 178 ◦ green 117 ◦ blue 255

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

Shades of Medium Purple #B275FF

Tints of Medium Purple #B275FF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.27%

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

R = 32.36%
G = 21.27%
B = 46.36%

CMYK

 C value IS 0.30

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B275FF (or 0xB275FF) is known color: Medium Purple. HEX triplet: B2, 75 and FF. RGB value is (178,117,255). Sum of RGB (Red+Green+Blue) = 178+117+255=550 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.36% from 550); Green value is 117 (46.09% from 255 or 21.27% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #B275FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B275FF is #4D8A00. Grayscale: #969696. Windows color (decimal): -5081601 or 16741810. OLE color: 16741810.

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

Color convert

RGB 178 117 255 -
CMYK 0.30 0.54 0 0
HSL 266.52º 1% 0.73% -
HSV(B) 266.52º 0.54% 1% -
XYZ 42.77 29.41 98.03 -
YUV 150.97 186.71 147.28 -
System Red Green Blue C M Y K H S L
Decimal 178 117 255 0.30 0.54 0 0 266.52 1 0.73
Hex B2 75 FF 1E 36 0 0 10B 64 49
Octal 262 165 377 36 66 0 0 413 144 111
Binary 10110010 1110101 11111111 11110 110110 0 0 100001011 1100100 1001001

Color Harmonies of #B275FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B275FF

Black with #B275FF

Text Example


Text Example

White with #B275FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B275FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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