Html Css Color HEX #B78CFD Biloba Flower

📋 copy color: '#B78CFD'

red 183 ◦ green 140 ◦ blue 253

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

Shades of Biloba Flower #B78CFD

Tints of Biloba Flower #B78CFD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.31%

 BLUE value IS 253 (99.22% from 255) = 43.92%

R = 31.77%
G = 24.31%
B = 43.92%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B78CFD (or 0xB78CFD) is known color: Biloba Flower. HEX triplet: B7, 8C and FD. RGB value is (183,140,253). Sum of RGB (Red+Green+Blue) = 183+140+253=576 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.77% from 576); Green value is 140 (55.08% from 255 or 24.31% from 576); Blue value is 253 (99.22% from 255 or 43.92% from 576); Max value from RGB is 253 - color contains mainly: blue. Hex color #B78CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B78CFD is #487302. Grayscale: #A5A5A5. Windows color (decimal): -4748035 or 16616631. OLE color: 16616631.

HSL color Cylindrical-coordinate representation of color #B78CFD: hue angle of 262.83º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B78CFD is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 183 140 253 -
CMYK 0.28 0.45 0 0.01
HSL 262.83º 0.97% 0.77% -
HSV(B) 262.83º 0.45% 0.99% -
XYZ 46.64 35.92 97.4 -
YUV 165.74 177.25 140.31 -
System Red Green Blue C M Y K H S L
Decimal 183 140 253 0.28 0.45 0 0.01 262.83 0.97 0.77
Hex B7 8C FD 1C 2D 0 1 107 61 4D
Octal 267 214 375 34 55 0 1 407 141 115
Binary 10110111 10001100 11111101 11100 101101 0 1 100000111 1100001 1001101

Color Harmonies of #B78CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78CFD

Black with #B78CFD

Text Example


Text Example

White with #B78CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78CFD; }

 p { color: rgb(183,140,253); }

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

background-color css

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

 a { background-color: rgb(183,140,253); }

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

border-color css

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

 span { border-color: rgb(183,140,253); }

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