Html Css Color HEX #B27AF6 Medium Purple

📋 copy color: '#B27AF6'

red 178 ◦ green 122 ◦ blue 246

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

Shades of Medium Purple #B27AF6

Tints of Medium Purple #B27AF6

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.34%

 BLUE value IS 246 (96.48% from 255) = 45.05%

R = 32.6%
G = 22.34%
B = 45.05%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B27AF6 (or 0xB27AF6) is known color: Medium Purple. HEX triplet: B2, 7A and F6. RGB value is (178,122,246). Sum of RGB (Red+Green+Blue) = 178+122+246=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 122 (48.05% from 255 or 22.34% from 546); Blue value is 246 (96.48% from 255 or 45.05% from 546); Max value from RGB is 246 - color contains mainly: blue. Hex color #B27AF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27AF6 is #4D8509. Grayscale: #989898. Windows color (decimal): -5080330 or 16153266. OLE color: 16153266.

HSL color Cylindrical-coordinate representation of color #B27AF6: hue angle of 267.1º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B27AF6 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 178 122 246 -
CMYK 0.28 0.50 0 0.04
HSL 267.1º 0.87% 0.72% -
HSV(B) 267.1º 0.5% 0.96% -
XYZ 41.95 30.04 90.78 -
YUV 152.88 180.55 145.92 -
System Red Green Blue C M Y K H S L
Decimal 178 122 246 0.28 0.50 0 0.04 267.1 0.87 0.72
Hex B2 7A F6 1C 32 0 4 10B 57 48
Octal 262 172 366 34 62 0 4 413 127 110
Binary 10110010 1111010 11110110 11100 110010 0 100 100001011 1010111 1001000

Color Harmonies of #B27AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27AF6

Black with #B27AF6

Text Example


Text Example

White with #B27AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27AF6; }

 p { color: rgb(178,122,246); }

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

background-color css

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

 a { background-color: rgb(178,122,246); }

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

border-color css

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

 span { border-color: rgb(178,122,246); }

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