Html Css Color HEX #B77CEA Biloba Flower

📋 copy color: '#B77CEA'

red 183 ◦ green 124 ◦ blue 234

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

Shades of Biloba Flower #B77CEA

Tints of Biloba Flower #B77CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.25%

R = 33.83%
G = 22.92%
B = 43.25%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B77CEA (or 0xB77CEA) is known color: Biloba Flower. HEX triplet: B7, 7C and EA. RGB value is (183,124,234). Sum of RGB (Red+Green+Blue) = 183+124+234=541 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.83% from 541); Green value is 124 (48.83% from 255 or 22.92% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #B77CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77CEA is #488315. Grayscale: #999999. Windows color (decimal): -4752150 or 15367351. OLE color: 15367351.

HSL color Cylindrical-coordinate representation of color #B77CEA: hue angle of 272.18º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B77CEA is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 183 124 234 -
CMYK 0.22 0.47 0 0.08
HSL 272.18º 0.72% 0.7% -
HSV(B) 272.18º 0.47% 0.92% -
XYZ 41.59 30.42 81.52 -
YUV 154.18 173.05 148.56 -
System Red Green Blue C M Y K H S L
Decimal 183 124 234 0.22 0.47 0 0.08 272.18 0.72 0.7
Hex B7 7C EA 16 2F 0 8 110 48 46
Octal 267 174 352 26 57 0 10 420 110 106
Binary 10110111 1111100 11101010 10110 101111 0 1000 100010000 1001000 1000110

Color Harmonies of #B77CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77CEA

Black with #B77CEA

Text Example


Text Example

White with #B77CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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