Html Css Color HEX #B383EC Biloba Flower

📋 copy color: '#B383EC'

red 179 ◦ green 131 ◦ blue 236

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

Shades of Biloba Flower #B383EC

Tints of Biloba Flower #B383EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.22%

R = 32.78%
G = 23.99%
B = 43.22%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B383EC (or 0xB383EC) is known color: Biloba Flower. HEX triplet: B3, 83 and EC. RGB value is (179,131,236). Sum of RGB (Red+Green+Blue) = 179+131+236=546 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.78% from 546); Green value is 131 (51.56% from 255 or 23.99% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #B383EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B383EC is #4C7C13. Grayscale: #9C9C9C. Windows color (decimal): -5012500 or 15500211. OLE color: 15500211.

HSL color Cylindrical-coordinate representation of color #B383EC: hue angle of 267.43º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B383EC is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 131 236 -
CMYK 0.24 0.44 0 0.07
HSL 267.43º 0.73% 0.72% -
HSV(B) 267.43º 0.44% 0.93% -
XYZ 41.85 31.87 83.3 -
YUV 157.32 172.4 143.46 -
System Red Green Blue C M Y K H S L
Decimal 179 131 236 0.24 0.44 0 0.07 267.43 0.73 0.72
Hex B3 83 EC 18 2C 0 7 10B 49 48
Octal 263 203 354 30 54 0 7 413 111 110
Binary 10110011 10000011 11101100 11000 101100 0 111 100001011 1001001 1001000

Color Harmonies of #B383EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B383EC

Black with #B383EC

Text Example


Text Example

White with #B383EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B383EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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