Html Css Color HEX #B083EC Biloba Flower

📋 copy color: '#B083EC'

red 176 ◦ green 131 ◦ blue 236

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

Shades of Biloba Flower #B083EC

Tints of Biloba Flower #B083EC

RGB

 RED value IS 176 (69.14% from 255) = 32.41%

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

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

R = 32.41%
G = 24.13%
B = 43.46%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B083EC (or 0xB083EC) is known color: Biloba Flower. HEX triplet: B0, 83 and EC. RGB value is (176,131,236). Sum of RGB (Red+Green+Blue) = 176+131+236=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 131 (51.56% from 255 or 24.13% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #B083EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B083EC is #4F7C13. Grayscale: #9C9C9C. Windows color (decimal): -5209108 or 15500208. OLE color: 15500208.

HSL color Cylindrical-coordinate representation of color #B083EC: hue angle of 265.71º 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 #B083EC is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 131 236 -
CMYK 0.25 0.44 0 0.07
HSL 265.71º 0.73% 0.72% -
HSV(B) 265.71º 0.44% 0.93% -
XYZ 41.16 31.52 83.27 -
YUV 156.43 172.91 141.96 -
System Red Green Blue C M Y K H S L
Decimal 176 131 236 0.25 0.44 0 0.07 265.71 0.73 0.72
Hex B0 83 EC 19 2C 0 7 10A 49 48
Octal 260 203 354 31 54 0 7 412 111 110
Binary 10110000 10000011 11101100 11001 101100 0 111 100001010 1001001 1001000

Color Harmonies of #B083EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B083EC

Black with #B083EC

Text Example


Text Example

White with #B083EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B083EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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