Html Css Color HEX #B27DE1 Biloba Flower

📋 copy color: '#B27DE1'

red 178 ◦ green 125 ◦ blue 225

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

Shades of Biloba Flower #B27DE1

Tints of Biloba Flower #B27DE1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.67%

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

R = 33.71%
G = 23.67%
B = 42.61%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B27DE1 (or 0xB27DE1) is known color: Biloba Flower. HEX triplet: B2, 7D and E1. RGB value is (178,125,225). Sum of RGB (Red+Green+Blue) = 178+125+225=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 125 (49.22% from 255 or 23.67% from 528); Blue value is 225 (88.28% from 255 or 42.61% from 528); Max value from RGB is 225 - color contains mainly: blue. Hex color #B27DE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27DE1 is #4D821E. Grayscale: #979797. Windows color (decimal): -5079583 or 14777778. OLE color: 14777778.

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

Color convert

RGB 178 125 225 -
CMYK 0.21 0.44 0 0.12
HSL 271.8º 0.63% 0.69% -
HSV(B) 271.8º 0.44% 0.88% -
XYZ 39.28 29.57 74.87 -
YUV 152.25 169.06 146.37 -
System Red Green Blue C M Y K H S L
Decimal 178 125 225 0.21 0.44 0 0.12 271.8 0.63 0.69
Hex B2 7D E1 15 2C 0 C 110 3E 45
Octal 262 175 341 25 54 0 14 420 76 105
Binary 10110010 1111101 11100001 10101 101100 0 1100 100010000 111110 1000101

Color Harmonies of #B27DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27DE1

Black with #B27DE1

Text Example


Text Example

White with #B27DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27DE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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