Html Css Color HEX #B27AE1 Biloba Flower

📋 copy color: '#B27AE1'

red 178 ◦ green 122 ◦ blue 225

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

Shades of Biloba Flower #B27AE1

Tints of Biloba Flower #B27AE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.86%

R = 33.9%
G = 23.24%
B = 42.86%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B27AE1 (or 0xB27AE1) is known color: Biloba Flower. HEX triplet: B2, 7A and E1. RGB value is (178,122,225). Sum of RGB (Red+Green+Blue) = 178+122+225=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 122 (48.05% from 255 or 23.24% from 525); Blue value is 225 (88.28% from 255 or 42.86% from 525); Max value from RGB is 225 - color contains mainly: blue. Hex color #B27AE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27AE1 is #4D851E. Grayscale: #969696. Windows color (decimal): -5080351 or 14777010. OLE color: 14777010.

HSL color Cylindrical-coordinate representation of color #B27AE1: hue angle of 272.62º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B27AE1 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 178 122 225 -
CMYK 0.21 0.46 0 0.12
HSL 272.62º 0.63% 0.68% -
HSV(B) 272.62º 0.46% 0.88% -
XYZ 38.91 28.82 74.75 -
YUV 150.49 170.05 147.62 -
System Red Green Blue C M Y K H S L
Decimal 178 122 225 0.21 0.46 0 0.12 272.62 0.63 0.68
Hex B2 7A E1 15 2E 0 C 111 3F 44
Octal 262 172 341 25 56 0 14 421 77 104
Binary 10110010 1111010 11100001 10101 101110 0 1100 100010001 111111 1000100

Color Harmonies of #B27AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27AE1

Black with #B27AE1

Text Example


Text Example

White with #B27AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27AE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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