Html Css Color HEX #B78EF5 Biloba Flower

📋 copy color: '#B78EF5'

red 183 ◦ green 142 ◦ blue 245

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

Shades of Biloba Flower #B78EF5

Tints of Biloba Flower #B78EF5

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.91%

 BLUE value IS 245 (96.09% from 255) = 42.98%

R = 32.11%
G = 24.91%
B = 42.98%

CMYK

 C value IS 0.25

 M value IS 0.42

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B78EF5 (or 0xB78EF5) is known color: Biloba Flower. HEX triplet: B7, 8E and F5. RGB value is (183,142,245). Sum of RGB (Red+Green+Blue) = 183+142+245=570 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.11% from 570); Green value is 142 (55.86% from 255 or 24.91% from 570); Blue value is 245 (96.09% from 255 or 42.98% from 570); Max value from RGB is 245 - color contains mainly: blue. Hex color #B78EF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B78EF5 is #48710A. Grayscale: #A5A5A5. Windows color (decimal): -4747531 or 16092855. OLE color: 16092855.

HSL color Cylindrical-coordinate representation of color #B78EF5: hue angle of 263.88º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B78EF5 is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 183 142 245 -
CMYK 0.25 0.42 0 0.04
HSL 263.88º 0.84% 0.76% -
HSV(B) 263.88º 0.42% 0.96% -
XYZ 45.68 36.01 90.93 -
YUV 166 172.58 140.12 -
System Red Green Blue C M Y K H S L
Decimal 183 142 245 0.25 0.42 0 0.04 263.88 0.84 0.76
Hex B7 8E F5 19 2A 0 4 108 54 4C
Octal 267 216 365 31 52 0 4 410 124 114
Binary 10110111 10001110 11110101 11001 101010 0 100 100001000 1010100 1001100

Color Harmonies of #B78EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78EF5

Black with #B78EF5

Text Example


Text Example

White with #B78EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78EF5; }

 p { color: rgb(183,142,245); }

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

background-color css

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

 a { background-color: rgb(183,142,245); }

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

border-color css

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

 span { border-color: rgb(183,142,245); }

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