Html Css Color HEX #B78DEA Biloba Flower

📋 copy color: '#B78DEA'

red 183 ◦ green 141 ◦ blue 234

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

Shades of Biloba Flower #B78DEA

Tints of Biloba Flower #B78DEA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.27%

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

R = 32.8%
G = 25.27%
B = 41.94%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B78DEA (or 0xB78DEA) is known color: Biloba Flower. HEX triplet: B7, 8D and EA. RGB value is (183,141,234). Sum of RGB (Red+Green+Blue) = 183+141+234=558 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.80% from 558); Green value is 141 (55.47% from 255 or 25.27% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 234 - color contains mainly: blue. Hex color #B78DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B78DEA is #487215. Grayscale: #A3A3A3. Windows color (decimal): -4747798 or 15371703. OLE color: 15371703.

HSL color Cylindrical-coordinate representation of color #B78DEA: hue angle of 267.1º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B78DEA is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 183 141 234 -
CMYK 0.22 0.40 0 0.08
HSL 267.1º 0.69% 0.74% -
HSV(B) 267.1º 0.4% 0.92% -
XYZ 43.9 35.06 82.29 -
YUV 164.16 167.41 141.44 -
System Red Green Blue C M Y K H S L
Decimal 183 141 234 0.22 0.40 0 0.08 267.1 0.69 0.74
Hex B7 8D EA 16 28 0 8 10B 45 4A
Octal 267 215 352 26 50 0 10 413 105 112
Binary 10110111 10001101 11101010 10110 101000 0 1000 100001011 1000101 1001010

Color Harmonies of #B78DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78DEA

Black with #B78DEA

Text Example


Text Example

White with #B78DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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