Html Css Color HEX #B77DF6 Biloba Flower

📋 copy color: '#B77DF6'

red 183 ◦ green 125 ◦ blue 246

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

Shades of Biloba Flower #B77DF6

Tints of Biloba Flower #B77DF6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.56%

 BLUE value IS 246 (96.48% from 255) = 44.4%

R = 33.03%
G = 22.56%
B = 44.4%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B77DF6 (or 0xB77DF6) is known color: Biloba Flower. HEX triplet: B7, 7D and F6. RGB value is (183,125,246). Sum of RGB (Red+Green+Blue) = 183+125+246=554 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.03% from 554); Green value is 125 (49.22% from 255 or 22.56% from 554); Blue value is 246 (96.48% from 255 or 44.40% from 554); Max value from RGB is 246 - color contains mainly: blue. Hex color #B77DF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77DF6 is #488209. Grayscale: #9B9B9B. Windows color (decimal): -4751882 or 16154039. OLE color: 16154039.

HSL color Cylindrical-coordinate representation of color #B77DF6: hue angle of 268.76º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B77DF6 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 183 125 246 -
CMYK 0.26 0.49 0 0.04
HSL 268.76º 0.87% 0.73% -
HSV(B) 268.76º 0.49% 0.96% -
XYZ 43.5 31.39 90.95 -
YUV 156.14 178.72 147.16 -
System Red Green Blue C M Y K H S L
Decimal 183 125 246 0.26 0.49 0 0.04 268.76 0.87 0.73
Hex B7 7D F6 1A 31 0 4 10D 57 49
Octal 267 175 366 32 61 0 4 415 127 111
Binary 10110111 1111101 11110110 11010 110001 0 100 100001101 1010111 1001001

Color Harmonies of #B77DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77DF6

Black with #B77DF6

Text Example


Text Example

White with #B77DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77DF6; }

 p { color: rgb(183,125,246); }

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

background-color css

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

 a { background-color: rgb(183,125,246); }

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

border-color css

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

 span { border-color: rgb(183,125,246); }

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