Html Css Color HEX #B382EC Biloba Flower

📋 copy color: '#B382EC'

red 179 ◦ green 130 ◦ blue 236

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

Shades of Biloba Flower #B382EC

Tints of Biloba Flower #B382EC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.85%

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

R = 32.84%
G = 23.85%
B = 43.3%

CMYK

 C value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B382EC (or 0xB382EC) is known color: Biloba Flower. HEX triplet: B3, 82 and EC. RGB value is (179,130,236). Sum of RGB (Red+Green+Blue) = 179+130+236=545 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.84% from 545); Green value is 130 (51.17% from 255 or 23.85% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #B382EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B382EC is #4C7D13. Grayscale: #9C9C9C. Windows color (decimal): -5012756 or 15499955. OLE color: 15499955.

HSL color Cylindrical-coordinate representation of color #B382EC: hue angle of 267.74º degrees, saturation: 0.74, 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 #B382EC is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 130 236 -
CMYK 0.24 0.45 0 0.07
HSL 267.74º 0.74% 0.72% -
HSV(B) 267.74º 0.45% 0.93% -
XYZ 41.71 31.61 83.26 -
YUV 156.74 172.73 143.88 -
System Red Green Blue C M Y K H S L
Decimal 179 130 236 0.24 0.45 0 0.07 267.74 0.74 0.72
Hex B3 82 EC 18 2D 0 7 10C 4A 48
Octal 263 202 354 30 55 0 7 414 112 110
Binary 10110011 10000010 11101100 11000 101101 0 111 100001100 1001010 1001000

Color Harmonies of #B382EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B382EC

Black with #B382EC

Text Example


Text Example

White with #B382EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B382EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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