Html Css Color HEX #B381FF Biloba Flower

📋 copy color: '#B381FF'

red 179 ◦ green 129 ◦ blue 255

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

Shades of Biloba Flower #B381FF

Tints of Biloba Flower #B381FF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.91%

 BLUE value IS 255 (100% from 255) = 45.29%

R = 31.79%
G = 22.91%
B = 45.29%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B381FF (or 0xB381FF) is known color: Biloba Flower. HEX triplet: B3, 81 and FF. RGB value is (179,129,255). Sum of RGB (Red+Green+Blue) = 179+129+255=563 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.79% from 563); Green value is 129 (50.78% from 255 or 22.91% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #B381FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B381FF is #4C7E00. Grayscale: #9D9D9D. Windows color (decimal): -5012993 or 16744883. OLE color: 16744883.

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

Color convert

RGB 179 129 255 -
CMYK 0.30 0.49 0 0
HSL 263.81º 1% 0.75% -
HSV(B) 263.81º 0.49% 1% -
XYZ 44.49 32.5 98.54 -
YUV 158.31 182.57 142.75 -
System Red Green Blue C M Y K H S L
Decimal 179 129 255 0.30 0.49 0 0 263.81 1 0.75
Hex B3 81 FF 1E 31 0 0 108 64 4B
Octal 263 201 377 36 61 0 0 410 144 113
Binary 10110011 10000001 11111111 11110 110001 0 0 100001000 1100100 1001011

Color Harmonies of #B381FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B381FF

Black with #B381FF

Text Example


Text Example

White with #B381FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B381FF; }

 p { color: rgb(179,129,255); }

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

background-color css

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

 a { background-color: rgb(179,129,255); }

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

border-color css

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

 span { border-color: rgb(179,129,255); }

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