Html Css Color HEX #B77BDF Biloba Flower

📋 copy color: '#B77BDF'

red 183 ◦ green 123 ◦ blue 223

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

Shades of Biloba Flower #B77BDF

Tints of Biloba Flower #B77BDF

RGB

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

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

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

R = 34.59%
G = 23.25%
B = 42.16%

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

#B77BDF (or 0xB77BDF) is known color: Biloba Flower. HEX triplet: B7, 7B and DF. RGB value is (183,123,223). Sum of RGB (Red+Green+Blue) = 183+123+223=529 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.59% from 529); Green value is 123 (48.44% from 255 or 23.25% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #B77BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77BDF is #488420. Grayscale: #989898. Windows color (decimal): -4752417 or 14646199. OLE color: 14646199.

HSL color Cylindrical-coordinate representation of color #B77BDF: hue angle of 276º 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 #B77BDF is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 123 223 -
CMYK 0.18 0.45 0 0.13
HSL 276º 0.61% 0.68% -
HSV(B) 276º 0.45% 0.87% -
XYZ 39.93 29.56 73.41 -
YUV 152.34 167.88 149.87 -
System Red Green Blue C M Y K H S L
Decimal 183 123 223 0.18 0.45 0 0.13 276 0.61 0.68
Hex B7 7B DF 12 2D 0 D 114 3D 44
Octal 267 173 337 22 55 0 15 424 75 104
Binary 10110111 1111011 11011111 10010 101101 0 1101 100010100 111101 1000100

Color Harmonies of #B77BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77BDF

Black with #B77BDF

Text Example


Text Example

White with #B77BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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