Html Css Color HEX #B77ADF Biloba Flower

📋 copy color: '#B77ADF'

red 183 ◦ green 122 ◦ blue 223

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

Shades of Biloba Flower #B77ADF

Tints of Biloba Flower #B77ADF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.11%

 BLUE value IS 223 (87.5% from 255) = 42.23%

R = 34.66%
G = 23.11%
B = 42.23%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B77ADF (or 0xB77ADF) is known color: Biloba Flower. HEX triplet: B7, 7A and DF. RGB value is (183,122,223). Sum of RGB (Red+Green+Blue) = 183+122+223=528 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.66% from 528); Green value is 122 (48.05% from 255 or 23.11% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #B77ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77ADF is #488520. Grayscale: #979797. Windows color (decimal): -4752673 or 14645943. OLE color: 14645943.

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

Color convert

RGB 183 122 223 -
CMYK 0.18 0.45 0 0.13
HSL 276.24º 0.61% 0.68% -
HSV(B) 276.24º 0.45% 0.87% -
XYZ 39.81 29.31 73.37 -
YUV 151.75 168.21 150.29 -
System Red Green Blue C M Y K H S L
Decimal 183 122 223 0.18 0.45 0 0.13 276.24 0.61 0.68
Hex B7 7A DF 12 2D 0 D 114 3D 44
Octal 267 172 337 22 55 0 15 424 75 104
Binary 10110111 1111010 11011111 10010 101101 0 1101 100010100 111101 1000100

Color Harmonies of #B77ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77ADF

Black with #B77ADF

Text Example


Text Example

White with #B77ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77ADF; }

 p { color: rgb(183,122,223); }

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

background-color css

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

 a { background-color: rgb(183,122,223); }

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

border-color css

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

 span { border-color: rgb(183,122,223); }

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