Html Css Color HEX #B27DDB Biloba Flower

📋 copy color: '#B27DDB'

red 178 ◦ green 125 ◦ blue 219

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

Shades of Biloba Flower #B27DDB

Tints of Biloba Flower #B27DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.95%

R = 34.1%
G = 23.95%
B = 41.95%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B27DDB (or 0xB27DDB) is known color: Biloba Flower. HEX triplet: B2, 7D and DB. RGB value is (178,125,219). Sum of RGB (Red+Green+Blue) = 178+125+219=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 125 (49.22% from 255 or 23.95% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #B27DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27DDB is #4D8224. Grayscale: #979797. Windows color (decimal): -5079589 or 14384562. OLE color: 14384562.

HSL color Cylindrical-coordinate representation of color #B27DDB: hue angle of 273.83º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B27DDB is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 125 219 -
CMYK 0.19 0.43 0 0.14
HSL 273.83º 0.57% 0.67% -
HSV(B) 273.83º 0.43% 0.86% -
XYZ 38.48 29.25 70.63 -
YUV 151.56 166.06 146.86 -
System Red Green Blue C M Y K H S L
Decimal 178 125 219 0.19 0.43 0 0.14 273.83 0.57 0.67
Hex B2 7D DB 13 2B 0 E 112 39 43
Octal 262 175 333 23 53 0 16 422 71 103
Binary 10110010 1111101 11011011 10011 101011 0 1110 100010010 111001 1000011

Color Harmonies of #B27DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27DDB

Black with #B27DDB

Text Example


Text Example

White with #B27DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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