Html Css Color HEX #B47BE4 Biloba Flower

📋 copy color: '#B47BE4'

red 180 ◦ green 123 ◦ blue 228

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

Shades of Biloba Flower #B47BE4

Tints of Biloba Flower #B47BE4

RGB

 RED value IS 180 (70.7% from 255) = 33.9%

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

 BLUE value IS 228 (89.45% from 255) = 42.94%

R = 33.9%
G = 23.16%
B = 42.94%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B47BE4 (or 0xB47BE4) is known color: Biloba Flower. HEX triplet: B4, 7B and E4. RGB value is (180,123,228). Sum of RGB (Red+Green+Blue) = 180+123+228=531 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.90% from 531); Green value is 123 (48.44% from 255 or 23.16% from 531); Blue value is 228 (89.45% from 255 or 42.94% from 531); Max value from RGB is 228 - color contains mainly: blue. Hex color #B47BE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47BE4 is #4B841B. Grayscale: #979797. Windows color (decimal): -4949020 or 14973876. OLE color: 14973876.

HSL color Cylindrical-coordinate representation of color #B47BE4: hue angle of 272.57º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B47BE4 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 180 123 228 -
CMYK 0.21 0.46 0 0.11
HSL 272.57º 0.66% 0.69% -
HSV(B) 272.57º 0.46% 0.89% -
XYZ 39.91 29.47 76.98 -
YUV 152.01 170.88 147.96 -
System Red Green Blue C M Y K H S L
Decimal 180 123 228 0.21 0.46 0 0.11 272.57 0.66 0.69
Hex B4 7B E4 15 2E 0 B 111 42 45
Octal 264 173 344 25 56 0 13 421 102 105
Binary 10110100 1111011 11100100 10101 101110 0 1011 100010001 1000010 1000101

Color Harmonies of #B47BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47BE4

Black with #B47BE4

Text Example


Text Example

White with #B47BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47BE4; }

 p { color: rgb(180,123,228); }

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

background-color css

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

 a { background-color: rgb(180,123,228); }

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

border-color css

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

 span { border-color: rgb(180,123,228); }

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