Html Css Color HEX #B78AEA Biloba Flower

📋 copy color: '#B78AEA'

red 183 ◦ green 138 ◦ blue 234

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

Shades of Biloba Flower #B78AEA

Tints of Biloba Flower #B78AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.16%

R = 32.97%
G = 24.86%
B = 42.16%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B78AEA (or 0xB78AEA) is known color: Biloba Flower. HEX triplet: B7, 8A and EA. RGB value is (183,138,234). Sum of RGB (Red+Green+Blue) = 183+138+234=555 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.97% from 555); Green value is 138 (54.30% from 255 or 24.86% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #B78AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B78AEA is #487515. Grayscale: #A2A2A2. Windows color (decimal): -4748566 or 15370935. OLE color: 15370935.

HSL color Cylindrical-coordinate representation of color #B78AEA: hue angle of 268.12º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B78AEA is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 183 138 234 -
CMYK 0.22 0.41 0 0.08
HSL 268.13º 0.7% 0.73% -
HSV(B) 268.13º 0.41% 0.92% -
XYZ 43.47 34.18 82.15 -
YUV 162.4 168.41 142.69 -
System Red Green Blue C M Y K H S L
Decimal 183 138 234 0.22 0.41 0 0.08 268.13 0.7 0.73
Hex B7 8A EA 16 29 0 8 10C 46 49
Octal 267 212 352 26 51 0 10 414 106 111
Binary 10110111 10001010 11101010 10110 101001 0 1000 100001100 1000110 1001001

Color Harmonies of #B78AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78AEA

Black with #B78AEA

Text Example


Text Example

White with #B78AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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