Html Css Color HEX #B77FF0 Biloba Flower

📋 copy color: '#B77FF0'

red 183 ◦ green 127 ◦ blue 240

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

Shades of Biloba Flower #B77FF0

Tints of Biloba Flower #B77FF0

RGB

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

 GREEN value IS 127 (50% from 255) = 23.09%

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

R = 33.27%
G = 23.09%
B = 43.64%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B77FF0 (or 0xB77FF0) is known color: Biloba Flower. HEX triplet: B7, 7F and F0. RGB value is (183,127,240). Sum of RGB (Red+Green+Blue) = 183+127+240=550 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.27% from 550); Green value is 127 (50% from 255 or 23.09% from 550); Blue value is 240 (94.14% from 255 or 43.64% from 550); Max value from RGB is 240 - color contains mainly: blue. Hex color #B77FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77FF0 is #48800F. Grayscale: #9C9C9C. Windows color (decimal): -4751376 or 15761335. OLE color: 15761335.

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

Color convert

RGB 183 127 240 -
CMYK 0.24 0.47 0 0.06
HSL 269.73º 0.79% 0.72% -
HSV(B) 269.73º 0.47% 0.94% -
XYZ 42.85 31.54 86.27 -
YUV 156.63 175.05 146.81 -
System Red Green Blue C M Y K H S L
Decimal 183 127 240 0.24 0.47 0 0.06 269.73 0.79 0.72
Hex B7 7F F0 18 2F 0 6 10E 4F 48
Octal 267 177 360 30 57 0 6 416 117 110
Binary 10110111 1111111 11110000 11000 101111 0 110 100001110 1001111 1001000

Color Harmonies of #B77FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77FF0

Black with #B77FF0

Text Example


Text Example

White with #B77FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77FF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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