Html Css Color HEX #B78CDC Biloba Flower

📋 copy color: '#B78CDC'

red 183 ◦ green 140 ◦ blue 220

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

Shades of Biloba Flower #B78CDC

Tints of Biloba Flower #B78CDC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.78%

 BLUE value IS 220 (86.33% from 255) = 40.52%

R = 33.7%
G = 25.78%
B = 40.52%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B78CDC (or 0xB78CDC) is known color: Biloba Flower. HEX triplet: B7, 8C and DC. RGB value is (183,140,220). Sum of RGB (Red+Green+Blue) = 183+140+220=543 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.70% from 543); Green value is 140 (55.08% from 255 or 25.78% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #B78CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78CDC is #487323. Grayscale: #A1A1A1. Windows color (decimal): -4748068 or 14453943. OLE color: 14453943.

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

Color convert

RGB 183 140 220 -
CMYK 0.17 0.36 0 0.14
HSL 272.25º 0.53% 0.71% -
HSV(B) 272.25º 0.36% 0.86% -
XYZ 41.82 33.99 72.07 -
YUV 161.98 160.75 143 -
System Red Green Blue C M Y K H S L
Decimal 183 140 220 0.17 0.36 0 0.14 272.25 0.53 0.71
Hex B7 8C DC 11 24 0 E 110 35 47
Octal 267 214 334 21 44 0 16 420 65 107
Binary 10110111 10001100 11011100 10001 100100 0 1110 100010000 110101 1000111

Color Harmonies of #B78CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78CDC

Black with #B78CDC

Text Example


Text Example

White with #B78CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78CDC; }

 p { color: rgb(183,140,220); }

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

background-color css

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

 a { background-color: rgb(183,140,220); }

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

border-color css

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

 span { border-color: rgb(183,140,220); }

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