Html Css Color HEX #B77DF7 Biloba Flower

📋 copy color: '#B77DF7'

red 183 ◦ green 125 ◦ blue 247

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

Shades of Biloba Flower #B77DF7

Tints of Biloba Flower #B77DF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 44.5%

R = 32.97%
G = 22.52%
B = 44.5%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B77DF7 (or 0xB77DF7) is known color: Biloba Flower. HEX triplet: B7, 7D and F7. RGB value is (183,125,247). Sum of RGB (Red+Green+Blue) = 183+125+247=555 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.97% from 555); Green value is 125 (49.22% from 255 or 22.52% from 555); Blue value is 247 (96.88% from 255 or 44.50% from 555); Max value from RGB is 247 - color contains mainly: blue. Hex color #B77DF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77DF7 is #488208. Grayscale: #9B9B9B. Windows color (decimal): -4751881 or 16219575. OLE color: 16219575.

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

Color convert

RGB 183 125 247 -
CMYK 0.26 0.49 0 0.03
HSL 268.52º 0.88% 0.73% -
HSV(B) 268.52º 0.49% 0.97% -
XYZ 43.65 31.45 91.77 -
YUV 156.25 179.22 147.08 -
System Red Green Blue C M Y K H S L
Decimal 183 125 247 0.26 0.49 0 0.03 268.52 0.88 0.73
Hex B7 7D F7 1A 31 0 3 10D 58 49
Octal 267 175 367 32 61 0 3 415 130 111
Binary 10110111 1111101 11110111 11010 110001 0 11 100001101 1011000 1001001

Color Harmonies of #B77DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77DF7

Black with #B77DF7

Text Example


Text Example

White with #B77DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77DF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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