Html Css Color HEX #B78ADC Biloba Flower

📋 copy color: '#B78ADC'

red 183 ◦ green 138 ◦ blue 220

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

Shades of Biloba Flower #B78ADC

Tints of Biloba Flower #B78ADC

RGB

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

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

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

R = 33.83%
G = 25.51%
B = 40.67%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B78ADC (or 0xB78ADC) is known color: Biloba Flower. HEX triplet: B7, 8A and DC. RGB value is (183,138,220). Sum of RGB (Red+Green+Blue) = 183+138+220=541 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.83% from 541); Green value is 138 (54.30% from 255 or 25.51% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #B78ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78ADC is #487523. Grayscale: #A0A0A0. Windows color (decimal): -4748580 or 14453431. OLE color: 14453431.

HSL color Cylindrical-coordinate representation of color #B78ADC: hue angle of 272.93º degrees, saturation: 0.54, 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 #B78ADC is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 138 220 -
CMYK 0.17 0.37 0 0.14
HSL 272.93º 0.54% 0.7% -
HSV(B) 272.93º 0.37% 0.86% -
XYZ 41.54 33.41 71.97 -
YUV 160.8 161.41 143.83 -
System Red Green Blue C M Y K H S L
Decimal 183 138 220 0.17 0.37 0 0.14 272.93 0.54 0.7
Hex B7 8A DC 11 25 0 E 111 36 46
Octal 267 212 334 21 45 0 16 421 66 106
Binary 10110111 10001010 11011100 10001 100101 0 1110 100010001 110110 1000110

Color Harmonies of #B78ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78ADC

Black with #B78ADC

Text Example


Text Example

White with #B78ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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