Html Css Color HEX #B47DEE Biloba Flower

📋 copy color: '#B47DEE'

red 180 ◦ green 125 ◦ blue 238

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

Shades of Biloba Flower #B47DEE

Tints of Biloba Flower #B47DEE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.02%

 BLUE value IS 238 (93.36% from 255) = 43.83%

R = 33.15%
G = 23.02%
B = 43.83%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B47DEE (or 0xB47DEE) is known color: Biloba Flower. HEX triplet: B4, 7D and EE. RGB value is (180,125,238). Sum of RGB (Red+Green+Blue) = 180+125+238=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 125 (49.22% from 255 or 23.02% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #B47DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B47DEE is #4B8211. Grayscale: #999999. Windows color (decimal): -4948498 or 15629748. OLE color: 15629748.

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

Color convert

RGB 180 125 238 -
CMYK 0.24 0.47 0 0.07
HSL 269.2º 0.77% 0.71% -
HSV(B) 269.2º 0.47% 0.93% -
XYZ 41.59 30.54 84.59 -
YUV 154.33 175.22 146.31 -
System Red Green Blue C M Y K H S L
Decimal 180 125 238 0.24 0.47 0 0.07 269.2 0.77 0.71
Hex B4 7D EE 18 2F 0 7 10D 4D 47
Octal 264 175 356 30 57 0 7 415 115 107
Binary 10110100 1111101 11101110 11000 101111 0 111 100001101 1001101 1000111

Color Harmonies of #B47DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47DEE

Black with #B47DEE

Text Example


Text Example

White with #B47DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47DEE; }

 p { color: rgb(180,125,238); }

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

background-color css

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

 a { background-color: rgb(180,125,238); }

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

border-color css

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

 span { border-color: rgb(180,125,238); }

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