Html Css Color HEX #B77BDD Biloba Flower

📋 copy color: '#B77BDD'

red 183 ◦ green 123 ◦ blue 221

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

Shades of Biloba Flower #B77BDD

Tints of Biloba Flower #B77BDD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.34%

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

R = 34.72%
G = 23.34%
B = 41.94%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B77BDD (or 0xB77BDD) is known color: Biloba Flower. HEX triplet: B7, 7B and DD. RGB value is (183,123,221). Sum of RGB (Red+Green+Blue) = 183+123+221=527 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.72% from 527); Green value is 123 (48.44% from 255 or 23.34% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #B77BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77BDD is #488422. Grayscale: #979797. Windows color (decimal): -4752419 or 14515127. OLE color: 14515127.

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

Color convert

RGB 183 123 221 -
CMYK 0.17 0.44 0 0.13
HSL 276.73º 0.59% 0.67% -
HSV(B) 276.73º 0.44% 0.87% -
XYZ 39.66 29.45 72 -
YUV 152.11 166.88 150.03 -
System Red Green Blue C M Y K H S L
Decimal 183 123 221 0.17 0.44 0 0.13 276.73 0.59 0.67
Hex B7 7B DD 11 2C 0 D 115 3B 43
Octal 267 173 335 21 54 0 15 425 73 103
Binary 10110111 1111011 11011101 10001 101100 0 1101 100010101 111011 1000011

Color Harmonies of #B77BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77BDD

Black with #B77BDD

Text Example


Text Example

White with #B77BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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