Html Css Color HEX #B383E4 Biloba Flower

📋 copy color: '#B383E4'

red 179 ◦ green 131 ◦ blue 228

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

Shades of Biloba Flower #B383E4

Tints of Biloba Flower #B383E4

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.35%

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

R = 33.27%
G = 24.35%
B = 42.38%

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

#B383E4 (or 0xB383E4) is known color: Biloba Flower. HEX triplet: B3, 83 and E4. RGB value is (179,131,228). Sum of RGB (Red+Green+Blue) = 179+131+228=538 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.27% from 538); Green value is 131 (51.56% from 255 or 24.35% from 538); Blue value is 228 (89.45% from 255 or 42.38% from 538); Max value from RGB is 228 - color contains mainly: blue. Hex color #B383E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B383E4 is #4C7C1B. Grayscale: #9C9C9C. Windows color (decimal): -5012508 or 14975923. OLE color: 14975923.

HSL color Cylindrical-coordinate representation of color #B383E4: hue angle of 269.69º degrees, saturation: 0.64, 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 #B383E4 is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 179 131 228 -
CMYK 0.21 0.43 0 0.11
HSL 269.69º 0.64% 0.7% -
HSV(B) 269.69º 0.43% 0.89% -
XYZ 40.71 31.42 77.32 -
YUV 156.41 168.4 144.11 -
System Red Green Blue C M Y K H S L
Decimal 179 131 228 0.21 0.43 0 0.11 269.69 0.64 0.7
Hex B3 83 E4 15 2B 0 B 10E 40 46
Octal 263 203 344 25 53 0 13 416 100 106
Binary 10110011 10000011 11100100 10101 101011 0 1011 100001110 1000000 1000110

Color Harmonies of #B383E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B383E4

Black with #B383E4

Text Example


Text Example

White with #B383E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B383E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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