Html Css Color HEX #B77DF3 Biloba Flower

📋 copy color: '#B77DF3'

red 183 ◦ green 125 ◦ blue 243

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

Shades of Biloba Flower #B77DF3

Tints of Biloba Flower #B77DF3

RGB

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

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

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

R = 33.21%
G = 22.69%
B = 44.1%

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

#B77DF3 (or 0xB77DF3) is known color: Biloba Flower. HEX triplet: B7, 7D and F3. RGB value is (183,125,243). Sum of RGB (Red+Green+Blue) = 183+125+243=551 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.21% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 243 (95.31% from 255 or 44.10% from 551); Max value from RGB is 243 - color contains mainly: blue. Hex color #B77DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77DF3 is #48820C. Grayscale: #9B9B9B. Windows color (decimal): -4751885 or 15957431. OLE color: 15957431.

HSL color Cylindrical-coordinate representation of color #B77DF3: hue angle of 269.49º 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 #B77DF3 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 183 125 243 -
CMYK 0.25 0.49 0 0.05
HSL 269.49º 0.83% 0.72% -
HSV(B) 269.49º 0.49% 0.95% -
XYZ 43.04 31.21 88.55 -
YUV 155.79 177.22 147.41 -
System Red Green Blue C M Y K H S L
Decimal 183 125 243 0.25 0.49 0 0.05 269.49 0.83 0.72
Hex B7 7D F3 19 31 0 5 10D 53 48
Octal 267 175 363 31 61 0 5 415 123 110
Binary 10110111 1111101 11110011 11001 110001 0 101 100001101 1010011 1001000

Color Harmonies of #B77DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77DF3

Black with #B77DF3

Text Example


Text Example

White with #B77DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77DF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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