Html Css Color HEX #B27BE9 Medium Purple

📋 copy color: '#B27BE9'

red 178 ◦ green 123 ◦ blue 233

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

Shades of Medium Purple #B27BE9

Tints of Medium Purple #B27BE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 43.63%

R = 33.33%
G = 23.03%
B = 43.63%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B27BE9 (or 0xB27BE9) is known color: Medium Purple. HEX triplet: B2, 7B and E9. RGB value is (178,123,233). Sum of RGB (Red+Green+Blue) = 178+123+233=534 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.33% from 534); Green value is 123 (48.44% from 255 or 23.03% from 534); Blue value is 233 (91.41% from 255 or 43.63% from 534); Max value from RGB is 233 - color contains mainly: blue. Hex color #B27BE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27BE9 is #4D8416. Grayscale: #979797. Windows color (decimal): -5080087 or 15301554. OLE color: 15301554.

HSL color Cylindrical-coordinate representation of color #B27BE9: hue angle of 270º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B27BE9 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 178 123 233 -
CMYK 0.24 0.47 0 0.09
HSL 270º 0.71% 0.7% -
HSV(B) 270º 0.47% 0.91% -
XYZ 40.15 29.51 80.67 -
YUV 151.99 173.72 146.56 -
System Red Green Blue C M Y K H S L
Decimal 178 123 233 0.24 0.47 0 0.09 270 0.71 0.7
Hex B2 7B E9 18 2F 0 9 10E 47 46
Octal 262 173 351 30 57 0 11 416 107 106
Binary 10110010 1111011 11101001 11000 101111 0 1001 100001110 1000111 1000110

Color Harmonies of #B27BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27BE9

Black with #B27BE9

Text Example


Text Example

White with #B27BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27BE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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