Html Css Color HEX #B77CF3 Biloba Flower

📋 copy color: '#B77CF3'

red 183 ◦ green 124 ◦ blue 243

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

Shades of Biloba Flower #B77CF3

Tints of Biloba Flower #B77CF3

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.55%

 BLUE value IS 243 (95.31% from 255) = 44.18%

R = 33.27%
G = 22.55%
B = 44.18%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B77CF3 (or 0xB77CF3) is known color: Biloba Flower. HEX triplet: B7, 7C and F3. RGB value is (183,124,243). Sum of RGB (Red+Green+Blue) = 183+124+243=550 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.27% from 550); Green value is 124 (48.83% from 255 or 22.55% from 550); Blue value is 243 (95.31% from 255 or 44.18% from 550); Max value from RGB is 243 - color contains mainly: blue. Hex color #B77CF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77CF3 is #48830C. Grayscale: #9A9A9A. Windows color (decimal): -4752141 or 15957175. OLE color: 15957175.

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

Color convert

RGB 183 124 243 -
CMYK 0.25 0.49 0 0.05
HSL 269.75º 0.83% 0.72% -
HSV(B) 269.75º 0.49% 0.95% -
XYZ 42.91 30.95 88.51 -
YUV 155.21 177.55 147.82 -
System Red Green Blue C M Y K H S L
Decimal 183 124 243 0.25 0.49 0 0.05 269.75 0.83 0.72
Hex B7 7C F3 19 31 0 5 10E 53 48
Octal 267 174 363 31 61 0 5 416 123 110
Binary 10110111 1111100 11110011 11001 110001 0 101 100001110 1010011 1001000

Color Harmonies of #B77CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77CF3

Black with #B77CF3

Text Example


Text Example

White with #B77CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77CF3; }

 p { color: rgb(183,124,243); }

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

background-color css

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

 a { background-color: rgb(183,124,243); }

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

border-color css

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

 span { border-color: rgb(183,124,243); }

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