Html Css Color HEX #B77BE7 Biloba Flower

📋 copy color: '#B77BE7'

red 183 ◦ green 123 ◦ blue 231

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

Shades of Biloba Flower #B77BE7

Tints of Biloba Flower #B77BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.02%

R = 34.08%
G = 22.91%
B = 43.02%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B77BE7 (or 0xB77BE7) is known color: Biloba Flower. HEX triplet: B7, 7B and E7. RGB value is (183,123,231). Sum of RGB (Red+Green+Blue) = 183+123+231=537 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.08% from 537); Green value is 123 (48.44% from 255 or 22.91% from 537); Blue value is 231 (90.62% from 255 or 43.02% from 537); Max value from RGB is 231 - color contains mainly: blue. Hex color #B77BE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77BE7 is #488418. Grayscale: #989898. Windows color (decimal): -4752409 or 15170487. OLE color: 15170487.

HSL color Cylindrical-coordinate representation of color #B77BE7: hue angle of 273.33º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B77BE7 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 183 123 231 -
CMYK 0.21 0.47 0 0.09
HSL 273.33º 0.69% 0.69% -
HSV(B) 273.33º 0.47% 0.91% -
XYZ 41.04 30 79.23 -
YUV 153.25 171.88 149.22 -
System Red Green Blue C M Y K H S L
Decimal 183 123 231 0.21 0.47 0 0.09 273.33 0.69 0.69
Hex B7 7B E7 15 2F 0 9 111 45 45
Octal 267 173 347 25 57 0 11 421 105 105
Binary 10110111 1111011 11100111 10101 101111 0 1001 100010001 1000101 1000101

Color Harmonies of #B77BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77BE7

Black with #B77BE7

Text Example


Text Example

White with #B77BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77BE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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