Html Css Color HEX #B77DF1 Biloba Flower

📋 copy color: '#B77DF1'

red 183 ◦ green 125 ◦ blue 241

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

Shades of Biloba Flower #B77DF1

Tints of Biloba Flower #B77DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.9%

R = 33.33%
G = 22.77%
B = 43.9%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B77DF1 (or 0xB77DF1) is known color: Biloba Flower. HEX triplet: B7, 7D and F1. RGB value is (183,125,241). Sum of RGB (Red+Green+Blue) = 183+125+241=549 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.33% from 549); Green value is 125 (49.22% from 255 or 22.77% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #B77DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77DF1 is #48820E. Grayscale: #9B9B9B. Windows color (decimal): -4751887 or 15826359. OLE color: 15826359.

HSL color Cylindrical-coordinate representation of color #B77DF1: hue angle of 270º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B77DF1 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 183 125 241 -
CMYK 0.24 0.48 0 0.05
HSL 270º 0.81% 0.72% -
HSV(B) 270º 0.48% 0.95% -
XYZ 42.74 31.09 86.97 -
YUV 155.57 176.22 147.57 -
System Red Green Blue C M Y K H S L
Decimal 183 125 241 0.24 0.48 0 0.05 270 0.81 0.72
Hex B7 7D F1 18 30 0 5 10E 51 48
Octal 267 175 361 30 60 0 5 416 121 110
Binary 10110111 1111101 11110001 11000 110000 0 101 100001110 1010001 1001000

Color Harmonies of #B77DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77DF1

Black with #B77DF1

Text Example


Text Example

White with #B77DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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