Html Css Color HEX #B695EC Biloba Flower

📋 copy color: '#B695EC'

red 182 ◦ green 149 ◦ blue 236

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

Shades of Biloba Flower #B695EC

Tints of Biloba Flower #B695EC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.28%

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

R = 32.1%
G = 26.28%
B = 41.62%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B695EC (or 0xB695EC) is known color: Biloba Flower. HEX triplet: B6, 95 and EC. RGB value is (182,149,236). Sum of RGB (Red+Green+Blue) = 182+149+236=567 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.10% from 567); Green value is 149 (58.59% from 255 or 26.28% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #B695EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B695EC is #496A13. Grayscale: #A8A8A8. Windows color (decimal): -4811284 or 15504822. OLE color: 15504822.

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

Color convert

RGB 182 149 236 -
CMYK 0.23 0.37 0 0.07
HSL 262.76º 0.7% 0.75% -
HSV(B) 262.76º 0.37% 0.93% -
XYZ 45.18 37.5 84.21 -
YUV 168.79 165.93 137.43 -
System Red Green Blue C M Y K H S L
Decimal 182 149 236 0.23 0.37 0 0.07 262.76 0.7 0.75
Hex B6 95 EC 17 25 0 7 107 46 4B
Octal 266 225 354 27 45 0 7 407 106 113
Binary 10110110 10010101 11101100 10111 100101 0 111 100000111 1000110 1001011

Color Harmonies of #B695EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B695EC

Black with #B695EC

Text Example


Text Example

White with #B695EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B695EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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