Html Css Color HEX #B38FF0 Biloba Flower

📋 copy color: '#B38FF0'

red 179 ◦ green 143 ◦ blue 240

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

Shades of Biloba Flower #B38FF0

Tints of Biloba Flower #B38FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.7%

R = 31.85%
G = 25.44%
B = 42.7%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B38FF0 (or 0xB38FF0) is known color: Biloba Flower. HEX triplet: B3, 8F and F0. RGB value is (179,143,240). Sum of RGB (Red+Green+Blue) = 179+143+240=562 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.85% from 562); Green value is 143 (56.25% from 255 or 25.44% from 562); Blue value is 240 (94.14% from 255 or 42.70% from 562); Max value from RGB is 240 - color contains mainly: blue. Hex color #B38FF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38FF0 is #4C700F. Grayscale: #A4A4A4. Windows color (decimal): -5009424 or 15765427. OLE color: 15765427.

HSL color Cylindrical-coordinate representation of color #B38FF0: hue angle of 262.27º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B38FF0 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 179 143 240 -
CMYK 0.25 0.40 0 0.06
HSL 262.27º 0.76% 0.75% -
HSV(B) 262.27º 0.4% 0.94% -
XYZ 44.14 35.52 86.97 -
YUV 164.82 170.43 138.11 -
System Red Green Blue C M Y K H S L
Decimal 179 143 240 0.25 0.40 0 0.06 262.27 0.76 0.75
Hex B3 8F F0 19 28 0 6 106 4C 4B
Octal 263 217 360 31 50 0 6 406 114 113
Binary 10110011 10001111 11110000 11001 101000 0 110 100000110 1001100 1001011

Color Harmonies of #B38FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38FF0

Black with #B38FF0

Text Example


Text Example

White with #B38FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38FF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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