Html Css Color HEX #B77CED Biloba Flower

📋 copy color: '#B77CED'

red 183 ◦ green 124 ◦ blue 237

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

Shades of Biloba Flower #B77CED

Tints of Biloba Flower #B77CED

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.79%

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

R = 33.64%
G = 22.79%
B = 43.57%

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

#B77CED (or 0xB77CED) is known color: Biloba Flower. HEX triplet: B7, 7C and ED. RGB value is (183,124,237). Sum of RGB (Red+Green+Blue) = 183+124+237=544 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.64% from 544); Green value is 124 (48.83% from 255 or 22.79% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #B77CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77CED is #488312. Grayscale: #9A9A9A. Windows color (decimal): -4752147 or 15563959. OLE color: 15563959.

HSL color Cylindrical-coordinate representation of color #B77CED: hue angle of 271.33º 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 #B77CED is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 124 237 -
CMYK 0.23 0.48 0 0.07
HSL 271.33º 0.76% 0.71% -
HSV(B) 271.33º 0.48% 0.93% -
XYZ 42.02 30.6 83.81 -
YUV 154.52 174.55 148.31 -
System Red Green Blue C M Y K H S L
Decimal 183 124 237 0.23 0.48 0 0.07 271.33 0.76 0.71
Hex B7 7C ED 17 30 0 7 10F 4C 47
Octal 267 174 355 27 60 0 7 417 114 107
Binary 10110111 1111100 11101101 10111 110000 0 111 100001111 1001100 1000111

Color Harmonies of #B77CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77CED

Black with #B77CED

Text Example


Text Example

White with #B77CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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