Html Css Color HEX #B78DD5 Biloba Flower

📋 copy color: '#B78DD5'

red 183 ◦ green 141 ◦ blue 213

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

Shades of Biloba Flower #B78DD5

Tints of Biloba Flower #B78DD5

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.26%

 BLUE value IS 213 (83.59% from 255) = 39.66%

R = 34.08%
G = 26.26%
B = 39.66%

CMYK

 C value IS 0.14

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B78DD5 (or 0xB78DD5) is known color: Biloba Flower. HEX triplet: B7, 8D and D5. RGB value is (183,141,213). Sum of RGB (Red+Green+Blue) = 183+141+213=537 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.08% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 213 (83.59% from 255 or 39.66% from 537); Max value from RGB is 213 - color contains mainly: blue. Hex color #B78DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78DD5 is #48722A. Grayscale: #A1A1A1. Windows color (decimal): -4747819 or 13995447. OLE color: 13995447.

HSL color Cylindrical-coordinate representation of color #B78DD5: hue angle of 275º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B78DD5 is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 183 141 213 -
CMYK 0.14 0.34 0 0.16
HSL 275º 0.46% 0.69% -
HSV(B) 275º 0.34% 0.84% -
XYZ 41.06 33.92 67.33 -
YUV 161.77 156.91 143.15 -
System Red Green Blue C M Y K H S L
Decimal 183 141 213 0.14 0.34 0 0.16 275 0.46 0.69
Hex B7 8D D5 E 22 0 10 113 2E 45
Octal 267 215 325 16 42 0 20 423 56 105
Binary 10110111 10001101 11010101 1110 100010 0 10000 100010011 101110 1000101

Color Harmonies of #B78DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78DD5

Black with #B78DD5

Text Example


Text Example

White with #B78DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78DD5; }

 p { color: rgb(183,141,213); }

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

background-color css

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

 a { background-color: rgb(183,141,213); }

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

border-color css

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

 span { border-color: rgb(183,141,213); }

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