Html Css Color HEX #B38FFB Biloba Flower

📋 copy color: '#B38FFB'

red 179 ◦ green 143 ◦ blue 251

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

Shades of Biloba Flower #B38FFB

Tints of Biloba Flower #B38FFB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.96%

 BLUE value IS 251 (98.44% from 255) = 43.8%

R = 31.24%
G = 24.96%
B = 43.8%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B38FFB (or 0xB38FFB) is known color: Biloba Flower. HEX triplet: B3, 8F and FB. RGB value is (179,143,251). Sum of RGB (Red+Green+Blue) = 179+143+251=573 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.24% from 573); Green value is 143 (56.25% from 255 or 24.96% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #B38FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38FFB is #4C7004. Grayscale: #A5A5A5. Windows color (decimal): -5009413 or 16486323. OLE color: 16486323.

HSL color Cylindrical-coordinate representation of color #B38FFB: hue angle of 260º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B38FFB is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 143 251 -
CMYK 0.29 0.43 0 0.02
HSL 260º 0.93% 0.77% -
HSV(B) 260º 0.43% 0.98% -
XYZ 45.83 36.19 95.84 -
YUV 166.08 175.93 137.22 -
System Red Green Blue C M Y K H S L
Decimal 179 143 251 0.29 0.43 0 0.02 260 0.93 0.77
Hex B3 8F FB 1D 2B 0 2 104 5D 4D
Octal 263 217 373 35 53 0 2 404 135 115
Binary 10110011 10001111 11111011 11101 101011 0 10 100000100 1011101 1001101

Color Harmonies of #B38FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38FFB

Black with #B38FFB

Text Example


Text Example

White with #B38FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38FFB; }

 p { color: rgb(179,143,251); }

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

background-color css

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

 a { background-color: rgb(179,143,251); }

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

border-color css

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

 span { border-color: rgb(179,143,251); }

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