Html Css Color HEX #B77DF0 Biloba Flower

📋 copy color: '#B77DF0'

red 183 ◦ green 125 ◦ blue 240

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

Shades of Biloba Flower #B77DF0

Tints of Biloba Flower #B77DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.8%

R = 33.39%
G = 22.81%
B = 43.8%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B77DF0 (or 0xB77DF0) is known color: Biloba Flower. HEX triplet: B7, 7D and F0. RGB value is (183,125,240). Sum of RGB (Red+Green+Blue) = 183+125+240=548 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.39% from 548); Green value is 125 (49.22% from 255 or 22.81% from 548); Blue value is 240 (94.14% from 255 or 43.80% from 548); Max value from RGB is 240 - color contains mainly: blue. Hex color #B77DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77DF0 is #48820F. Grayscale: #9B9B9B. Windows color (decimal): -4751888 or 15760823. OLE color: 15760823.

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

Color convert

RGB 183 125 240 -
CMYK 0.24 0.48 0 0.06
HSL 270.26º 0.79% 0.72% -
HSV(B) 270.26º 0.48% 0.94% -
XYZ 42.59 31.03 86.18 -
YUV 155.45 175.72 147.65 -
System Red Green Blue C M Y K H S L
Decimal 183 125 240 0.24 0.48 0 0.06 270.26 0.79 0.72
Hex B7 7D F0 18 30 0 6 10E 4F 48
Octal 267 175 360 30 60 0 6 416 117 110
Binary 10110111 1111101 11110000 11000 110000 0 110 100001110 1001111 1001000

Color Harmonies of #B77DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77DF0

Black with #B77DF0

Text Example


Text Example

White with #B77DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77DF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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