Html Css Color HEX #B78BD5 Biloba Flower

📋 copy color: '#B78BD5'

red 183 ◦ green 139 ◦ blue 213

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

Shades of Biloba Flower #B78BD5

Tints of Biloba Flower #B78BD5

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.98%

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

R = 34.21%
G = 25.98%
B = 39.81%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B78BD5 (or 0xB78BD5) is known color: Biloba Flower. HEX triplet: B7, 8B and D5. RGB value is (183,139,213). Sum of RGB (Red+Green+Blue) = 183+139+213=535 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.21% from 535); Green value is 139 (54.69% from 255 or 25.98% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 213 - color contains mainly: blue. Hex color #B78BD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78BD5 is #48742A. Grayscale: #A0A0A0. Windows color (decimal): -4748331 or 13994935. OLE color: 13994935.

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

Color convert

RGB 183 139 213 -
CMYK 0.14 0.35 0 0.16
HSL 275.68º 0.47% 0.69% -
HSV(B) 275.68º 0.35% 0.84% -
XYZ 40.77 33.34 67.24 -
YUV 160.59 157.58 143.98 -
System Red Green Blue C M Y K H S L
Decimal 183 139 213 0.14 0.35 0 0.16 275.68 0.47 0.69
Hex B7 8B D5 E 23 0 10 114 2F 45
Octal 267 213 325 16 43 0 20 424 57 105
Binary 10110111 10001011 11010101 1110 100011 0 10000 100010100 101111 1000101

Color Harmonies of #B78BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78BD5

Black with #B78BD5

Text Example


Text Example

White with #B78BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78BD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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