Html Css Color HEX #B38CFE Biloba Flower

📋 copy color: '#B38CFE'

red 179 ◦ green 140 ◦ blue 254

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

Shades of Biloba Flower #B38CFE

Tints of Biloba Flower #B38CFE

RGB

 RED value IS 179 (70.31% from 255) = 31.24%

 GREEN value IS 140 (55.08% from 255) = 24.43%

 BLUE value IS 254 (99.61% from 255) = 44.33%

R = 31.24%
G = 24.43%
B = 44.33%

CMYK

 C value IS 0.30

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B38CFE (or 0xB38CFE) is known color: Biloba Flower. HEX triplet: B3, 8C and FE. RGB value is (179,140,254). Sum of RGB (Red+Green+Blue) = 179+140+254=573 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.24% from 573); Green value is 140 (55.08% from 255 or 24.43% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #B38CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38CFE is #4C7301. Grayscale: #A4A4A4. Windows color (decimal): -5010178 or 16682163. OLE color: 16682163.

HSL color Cylindrical-coordinate representation of color #B38CFE: hue angle of 260.53º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B38CFE is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 179 140 254 -
CMYK 0.30 0.45 0 0.00
HSL 260.53º 0.98% 0.77% -
HSV(B) 260.53º 0.45% 1% -
XYZ 45.86 35.5 98.2 -
YUV 164.66 178.42 138.23 -
System Red Green Blue C M Y K H S L
Decimal 179 140 254 0.30 0.45 0 0.00 260.53 0.98 0.77
Hex B3 8C FE 1E 2D 0 0 105 62 4D
Octal 263 214 376 36 55 0 0 405 142 115
Binary 10110011 10001100 11111110 11110 101101 0 0 100000101 1100010 1001101

Color Harmonies of #B38CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38CFE

Black with #B38CFE

Text Example


Text Example

White with #B38CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38CFE; }

 p { color: rgb(179,140,254); }

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

background-color css

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

 a { background-color: rgb(179,140,254); }

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

border-color css

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

 span { border-color: rgb(179,140,254); }

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