Html Css Color HEX #B78AD8 Biloba Flower

📋 copy color: '#B78AD8'

red 183 ◦ green 138 ◦ blue 216

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

Shades of Biloba Flower #B78AD8

Tints of Biloba Flower #B78AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.22%

R = 34.08%
G = 25.7%
B = 40.22%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B78AD8 (or 0xB78AD8) is known color: Biloba Flower. HEX triplet: B7, 8A and D8. RGB value is (183,138,216). Sum of RGB (Red+Green+Blue) = 183+138+216=537 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.08% from 537); Green value is 138 (54.30% from 255 or 25.70% from 537); Blue value is 216 (84.77% from 255 or 40.22% from 537); Max value from RGB is 216 - color contains mainly: blue. Hex color #B78AD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78AD8 is #487527. Grayscale: #A0A0A0. Windows color (decimal): -4748584 or 14191287. OLE color: 14191287.

HSL color Cylindrical-coordinate representation of color #B78AD8: hue angle of 274.62º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B78AD8 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 138 216 -
CMYK 0.15 0.36 0 0.15
HSL 274.62º 0.5% 0.69% -
HSV(B) 274.62º 0.36% 0.85% -
XYZ 41.01 33.2 69.21 -
YUV 160.35 159.41 144.16 -
System Red Green Blue C M Y K H S L
Decimal 183 138 216 0.15 0.36 0 0.15 274.62 0.5 0.69
Hex B7 8A D8 F 24 0 F 113 32 45
Octal 267 212 330 17 44 0 17 423 62 105
Binary 10110111 10001010 11011000 1111 100100 0 1111 100010011 110010 1000101

Color Harmonies of #B78AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78AD8

Black with #B78AD8

Text Example


Text Example

White with #B78AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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