Html Css Color HEX #B27BFA Medium Purple

📋 copy color: '#B27BFA'

red 178 ◦ green 123 ◦ blue 250

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

Shades of Medium Purple #B27BFA

Tints of Medium Purple #B27BFA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.32%

 BLUE value IS 250 (98.05% from 255) = 45.37%

R = 32.3%
G = 22.32%
B = 45.37%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B27BFA (or 0xB27BFA) is known color: Medium Purple. HEX triplet: B2, 7B and FA. RGB value is (178,123,250). Sum of RGB (Red+Green+Blue) = 178+123+250=551 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.30% from 551); Green value is 123 (48.44% from 255 or 22.32% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #B27BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27BFA is #4D8405. Grayscale: #999999. Windows color (decimal): -5080070 or 16415666. OLE color: 16415666.

HSL color Cylindrical-coordinate representation of color #B27BFA: hue angle of 265.98º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B27BFA is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 123 250 -
CMYK 0.29 0.51 0 0.02
HSL 265.98º 0.93% 0.73% -
HSV(B) 265.98º 0.51% 0.98% -
XYZ 42.7 30.53 94.09 -
YUV 153.92 182.22 145.17 -
System Red Green Blue C M Y K H S L
Decimal 178 123 250 0.29 0.51 0 0.02 265.98 0.93 0.73
Hex B2 7B FA 1D 33 0 2 10A 5D 49
Octal 262 173 372 35 63 0 2 412 135 111
Binary 10110010 1111011 11111010 11101 110011 0 10 100001010 1011101 1001001

Color Harmonies of #B27BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27BFA

Black with #B27BFA

Text Example


Text Example

White with #B27BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27BFA; }

 p { color: rgb(178,123,250); }

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

background-color css

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

 a { background-color: rgb(178,123,250); }

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

border-color css

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

 span { border-color: rgb(178,123,250); }

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