Html Css Color HEX #B78ADD Biloba Flower

📋 copy color: '#B78ADD'

red 183 ◦ green 138 ◦ blue 221

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

Shades of Biloba Flower #B78ADD

Tints of Biloba Flower #B78ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.77%

R = 33.76%
G = 25.46%
B = 40.77%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B78ADD (or 0xB78ADD) is known color: Biloba Flower. HEX triplet: B7, 8A and DD. RGB value is (183,138,221). Sum of RGB (Red+Green+Blue) = 183+138+221=542 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.76% from 542); Green value is 138 (54.30% from 255 or 25.46% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #B78ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78ADD is #487522. Grayscale: #A0A0A0. Windows color (decimal): -4748579 or 14518967. OLE color: 14518967.

HSL color Cylindrical-coordinate representation of color #B78ADD: hue angle of 272.53º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B78ADD is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 138 221 -
CMYK 0.17 0.38 0 0.13
HSL 272.53º 0.55% 0.7% -
HSV(B) 272.53º 0.38% 0.87% -
XYZ 41.67 33.46 72.67 -
YUV 160.92 161.91 143.75 -
System Red Green Blue C M Y K H S L
Decimal 183 138 221 0.17 0.38 0 0.13 272.53 0.55 0.7
Hex B7 8A DD 11 26 0 D 111 37 46
Octal 267 212 335 21 46 0 15 421 67 106
Binary 10110111 10001010 11011101 10001 100110 0 1101 100010001 110111 1000110

Color Harmonies of #B78ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78ADD

Black with #B78ADD

Text Example


Text Example

White with #B78ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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