Html Css Color HEX #B684EC Biloba Flower

📋 copy color: '#B684EC'

red 182 ◦ green 132 ◦ blue 236

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

Shades of Biloba Flower #B684EC

Tints of Biloba Flower #B684EC

RGB

 RED value IS 182 (71.48% from 255) = 33.09%

 GREEN value IS 132 (51.95% from 255) = 24%

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

R = 33.09%
G = 24%
B = 42.91%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B684EC (or 0xB684EC) is known color: Biloba Flower. HEX triplet: B6, 84 and EC. RGB value is (182,132,236). Sum of RGB (Red+Green+Blue) = 182+132+236=550 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.09% from 550); Green value is 132 (51.95% from 255 or 24% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #B684EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B684EC is #497B13. Grayscale: #9E9E9E. Windows color (decimal): -4815636 or 15500470. OLE color: 15500470.

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

Color convert

RGB 182 132 236 -
CMYK 0.23 0.44 0 0.07
HSL 268.85º 0.73% 0.72% -
HSV(B) 268.85º 0.44% 0.93% -
XYZ 42.68 32.5 83.38 -
YUV 158.81 171.57 144.54 -
System Red Green Blue C M Y K H S L
Decimal 182 132 236 0.23 0.44 0 0.07 268.85 0.73 0.72
Hex B6 84 EC 17 2C 0 7 10D 49 48
Octal 266 204 354 27 54 0 7 415 111 110
Binary 10110110 10000100 11101100 10111 101100 0 111 100001101 1001001 1001000

Color Harmonies of #B684EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B684EC

Black with #B684EC

Text Example


Text Example

White with #B684EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B684EC; }

 p { color: rgb(182,132,236); }

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

background-color css

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

 a { background-color: rgb(182,132,236); }

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

border-color css

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

 span { border-color: rgb(182,132,236); }

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