Html Css Color HEX #B383EE Biloba Flower

📋 copy color: '#B383EE'

red 179 ◦ green 131 ◦ blue 238

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

Shades of Biloba Flower #B383EE

Tints of Biloba Flower #B383EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.43%

R = 32.66%
G = 23.91%
B = 43.43%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B383EE (or 0xB383EE) is known color: Biloba Flower. HEX triplet: B3, 83 and EE. RGB value is (179,131,238). Sum of RGB (Red+Green+Blue) = 179+131+238=548 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.66% from 548); Green value is 131 (51.56% from 255 or 23.91% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #B383EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B383EE is #4C7C11. Grayscale: #9D9D9D. Windows color (decimal): -5012498 or 15631283. OLE color: 15631283.

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

Color convert

RGB 179 131 238 -
CMYK 0.25 0.45 0 0.07
HSL 266.92º 0.76% 0.72% -
HSV(B) 266.92º 0.45% 0.93% -
XYZ 42.14 31.99 84.84 -
YUV 157.55 173.4 143.3 -
System Red Green Blue C M Y K H S L
Decimal 179 131 238 0.25 0.45 0 0.07 266.92 0.76 0.72
Hex B3 83 EE 19 2D 0 7 10B 4C 48
Octal 263 203 356 31 55 0 7 413 114 110
Binary 10110011 10000011 11101110 11001 101101 0 111 100001011 1001100 1001000

Color Harmonies of #B383EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B383EE

Black with #B383EE

Text Example


Text Example

White with #B383EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B383EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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