Html Css Color HEX #B381E4 Biloba Flower

📋 copy color: '#B381E4'

red 179 ◦ green 129 ◦ blue 228

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

Shades of Biloba Flower #B381E4

Tints of Biloba Flower #B381E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 42.54%

R = 33.4%
G = 24.07%
B = 42.54%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B381E4 (or 0xB381E4) is known color: Biloba Flower. HEX triplet: B3, 81 and E4. RGB value is (179,129,228). Sum of RGB (Red+Green+Blue) = 179+129+228=536 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.40% from 536); Green value is 129 (50.78% from 255 or 24.07% from 536); Blue value is 228 (89.45% from 255 or 42.54% from 536); Max value from RGB is 228 - color contains mainly: blue. Hex color #B381E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B381E4 is #4C7E1B. Grayscale: #9A9A9A. Windows color (decimal): -5013020 or 14975411. OLE color: 14975411.

HSL color Cylindrical-coordinate representation of color #B381E4: hue angle of 270.3º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B381E4 is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 179 129 228 -
CMYK 0.21 0.43 0 0.11
HSL 270.3º 0.65% 0.7% -
HSV(B) 270.3º 0.43% 0.89% -
XYZ 40.44 30.89 77.23 -
YUV 155.24 169.07 144.95 -
System Red Green Blue C M Y K H S L
Decimal 179 129 228 0.21 0.43 0 0.11 270.3 0.65 0.7
Hex B3 81 E4 15 2B 0 B 10E 41 46
Octal 263 201 344 25 53 0 13 416 101 106
Binary 10110011 10000001 11100100 10101 101011 0 1011 100001110 1000001 1000110

Color Harmonies of #B381E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B381E4

Black with #B381E4

Text Example


Text Example

White with #B381E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B381E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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