Html Css Color HEX #B381F3 Biloba Flower

📋 copy color: '#B381F3'

red 179 ◦ green 129 ◦ blue 243

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

Shades of Biloba Flower #B381F3

Tints of Biloba Flower #B381F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 44.1%

R = 32.49%
G = 23.41%
B = 44.1%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B381F3 (or 0xB381F3) is known color: Biloba Flower. HEX triplet: B3, 81 and F3. RGB value is (179,129,243). Sum of RGB (Red+Green+Blue) = 179+129+243=551 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.49% from 551); Green value is 129 (50.78% from 255 or 23.41% from 551); Blue value is 243 (95.31% from 255 or 44.10% from 551); Max value from RGB is 243 - color contains mainly: blue. Hex color #B381F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B381F3 is #4C7E0C. Grayscale: #9C9C9C. Windows color (decimal): -5013005 or 15958451. OLE color: 15958451.

HSL color Cylindrical-coordinate representation of color #B381F3: hue angle of 266.32º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B381F3 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 179 129 243 -
CMYK 0.26 0.47 0 0.05
HSL 266.32º 0.83% 0.73% -
HSV(B) 266.32º 0.47% 0.95% -
XYZ 42.62 31.76 88.68 -
YUV 156.95 176.57 143.73 -
System Red Green Blue C M Y K H S L
Decimal 179 129 243 0.26 0.47 0 0.05 266.32 0.83 0.73
Hex B3 81 F3 1A 2F 0 5 10A 53 49
Octal 263 201 363 32 57 0 5 412 123 111
Binary 10110011 10000001 11110011 11010 101111 0 101 100001010 1010011 1001001

Color Harmonies of #B381F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B381F3

Black with #B381F3

Text Example


Text Example

White with #B381F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B381F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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