Html Css Color HEX #B77BED Biloba Flower

📋 copy color: '#B77BED'

red 183 ◦ green 123 ◦ blue 237

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

Shades of Biloba Flower #B77BED

Tints of Biloba Flower #B77BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.65%

R = 33.7%
G = 22.65%
B = 43.65%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B77BED (or 0xB77BED) is known color: Biloba Flower. HEX triplet: B7, 7B and ED. RGB value is (183,123,237). Sum of RGB (Red+Green+Blue) = 183+123+237=543 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.70% from 543); Green value is 123 (48.44% from 255 or 22.65% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #B77BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77BED is #488412. Grayscale: #999999. Windows color (decimal): -4752403 or 15563703. OLE color: 15563703.

HSL color Cylindrical-coordinate representation of color #B77BED: hue angle of 271.58º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B77BED is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 123 237 -
CMYK 0.23 0.48 0 0.07
HSL 271.58º 0.76% 0.71% -
HSV(B) 271.58º 0.48% 0.93% -
XYZ 41.9 30.35 83.77 -
YUV 153.94 174.88 148.73 -
System Red Green Blue C M Y K H S L
Decimal 183 123 237 0.23 0.48 0 0.07 271.58 0.76 0.71
Hex B7 7B ED 17 30 0 7 110 4C 47
Octal 267 173 355 27 60 0 7 420 114 107
Binary 10110111 1111011 11101101 10111 110000 0 111 100010000 1001100 1000111

Color Harmonies of #B77BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77BED

Black with #B77BED

Text Example


Text Example

White with #B77BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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