Html Css Color HEX #B27BDB Biloba Flower

📋 copy color: '#B27BDB'

red 178 ◦ green 123 ◦ blue 219

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

Shades of Biloba Flower #B27BDB

Tints of Biloba Flower #B27BDB

RGB

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

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

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

R = 34.23%
G = 23.65%
B = 42.12%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B27BDB (or 0xB27BDB) is known color: Biloba Flower. HEX triplet: B2, 7B and DB. RGB value is (178,123,219). Sum of RGB (Red+Green+Blue) = 178+123+219=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #B27BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27BDB is #4D8424. Grayscale: #969696. Windows color (decimal): -5080101 or 14384050. OLE color: 14384050.

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

Color convert

RGB 178 123 219 -
CMYK 0.19 0.44 0 0.14
HSL 274.38º 0.57% 0.67% -
HSV(B) 274.38º 0.44% 0.86% -
XYZ 38.23 28.75 70.55 -
YUV 150.39 166.72 147.69 -
System Red Green Blue C M Y K H S L
Decimal 178 123 219 0.19 0.44 0 0.14 274.38 0.57 0.67
Hex B2 7B DB 13 2C 0 E 112 39 43
Octal 262 173 333 23 54 0 16 422 71 103
Binary 10110010 1111011 11011011 10011 101100 0 1110 100010010 111001 1000011

Color Harmonies of #B27BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27BDB

Black with #B27BDB

Text Example


Text Example

White with #B27BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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