Html Css Color HEX #B77DDD Biloba Flower

📋 copy color: '#B77DDD'

red 183 ◦ green 125 ◦ blue 221

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

Shades of Biloba Flower #B77DDD

Tints of Biloba Flower #B77DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.78%

R = 34.59%
G = 23.63%
B = 41.78%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B77DDD (or 0xB77DDD) is known color: Biloba Flower. HEX triplet: B7, 7D and DD. RGB value is (183,125,221). Sum of RGB (Red+Green+Blue) = 183+125+221=529 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.59% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #B77DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77DDD is #488222. Grayscale: #989898. Windows color (decimal): -4751907 or 14515639. OLE color: 14515639.

HSL color Cylindrical-coordinate representation of color #B77DDD: hue angle of 276.25º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B77DDD is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 125 221 -
CMYK 0.17 0.43 0 0.13
HSL 276.25º 0.59% 0.68% -
HSV(B) 276.25º 0.43% 0.87% -
XYZ 39.91 29.95 72.08 -
YUV 153.29 166.22 149.19 -
System Red Green Blue C M Y K H S L
Decimal 183 125 221 0.17 0.43 0 0.13 276.25 0.59 0.68
Hex B7 7D DD 11 2B 0 D 114 3B 44
Octal 267 175 335 21 53 0 15 424 73 104
Binary 10110111 1111101 11011101 10001 101011 0 1101 100010100 111011 1000100

Color Harmonies of #B77DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77DDD

Black with #B77DDD

Text Example


Text Example

White with #B77DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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