Html Css Color HEX #B691EC Biloba Flower

📋 copy color: '#B691EC'

red 182 ◦ green 145 ◦ blue 236

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

Shades of Biloba Flower #B691EC

Tints of Biloba Flower #B691EC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.75%

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

R = 32.33%
G = 25.75%
B = 41.92%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B691EC (or 0xB691EC) is known color: Biloba Flower. HEX triplet: B6, 91 and EC. RGB value is (182,145,236). Sum of RGB (Red+Green+Blue) = 182+145+236=563 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.33% from 563); Green value is 145 (57.03% from 255 or 25.75% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #B691EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B691EC is #496E13. Grayscale: #A6A6A6. Windows color (decimal): -4812308 or 15503798. OLE color: 15503798.

HSL color Cylindrical-coordinate representation of color #B691EC: hue angle of 264.4º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B691EC is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 145 236 -
CMYK 0.23 0.39 0 0.07
HSL 264.4º 0.71% 0.75% -
HSV(B) 264.4º 0.39% 0.93% -
XYZ 44.56 36.25 84.01 -
YUV 166.44 167.26 139.1 -
System Red Green Blue C M Y K H S L
Decimal 182 145 236 0.23 0.39 0 0.07 264.4 0.71 0.75
Hex B6 91 EC 17 27 0 7 108 47 4B
Octal 266 221 354 27 47 0 7 410 107 113
Binary 10110110 10010001 11101100 10111 100111 0 111 100001000 1000111 1001011

Color Harmonies of #B691EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B691EC

Black with #B691EC

Text Example


Text Example

White with #B691EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B691EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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