Html Css Color HEX #B78ADB Biloba Flower

📋 copy color: '#B78ADB'

red 183 ◦ green 138 ◦ blue 219

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

Shades of Biloba Flower #B78ADB

Tints of Biloba Flower #B78ADB

RGB

 RED value IS 183 (71.88% from 255) = 33.89%

 GREEN value IS 138 (54.3% from 255) = 25.56%

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

R = 33.89%
G = 25.56%
B = 40.56%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B78ADB (or 0xB78ADB) is known color: Biloba Flower. HEX triplet: B7, 8A and DB. RGB value is (183,138,219). Sum of RGB (Red+Green+Blue) = 183+138+219=540 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.89% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #B78ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78ADB is #487524. Grayscale: #A0A0A0. Windows color (decimal): -4748581 or 14387895. OLE color: 14387895.

HSL color Cylindrical-coordinate representation of color #B78ADB: hue angle of 273.33º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B78ADB is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 138 219 -
CMYK 0.16 0.37 0 0.14
HSL 273.33º 0.53% 0.7% -
HSV(B) 273.33º 0.37% 0.86% -
XYZ 41.4 33.36 71.27 -
YUV 160.69 160.91 143.91 -
System Red Green Blue C M Y K H S L
Decimal 183 138 219 0.16 0.37 0 0.14 273.33 0.53 0.7
Hex B7 8A DB 10 25 0 E 111 35 46
Octal 267 212 333 20 45 0 16 421 65 106
Binary 10110111 10001010 11011011 10000 100101 0 1110 100010001 110101 1000110

Color Harmonies of #B78ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78ADB

Black with #B78ADB

Text Example


Text Example

White with #B78ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78ADB; }

 p { color: rgb(183,138,219); }

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

background-color css

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

 a { background-color: rgb(183,138,219); }

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

border-color css

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

 span { border-color: rgb(183,138,219); }

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