Html Css Color HEX #B696FA Biloba Flower

📋 copy color: '#B696FA'

red 182 ◦ green 150 ◦ blue 250

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

Shades of Biloba Flower #B696FA

Tints of Biloba Flower #B696FA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.77%

 BLUE value IS 250 (98.05% from 255) = 42.96%

R = 31.27%
G = 25.77%
B = 42.96%

CMYK

 C value IS 0.27

 M value IS 0.4

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B696FA (or 0xB696FA) is known color: Biloba Flower. HEX triplet: B6, 96 and FA. RGB value is (182,150,250). Sum of RGB (Red+Green+Blue) = 182+150+250=582 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.27% from 582); Green value is 150 (58.98% from 255 or 25.77% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 250 - color contains mainly: blue. Hex color #B696FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B696FA is #496905. Grayscale: #AAAAAA. Windows color (decimal): -4811014 or 16422582. OLE color: 16422582.

HSL color Cylindrical-coordinate representation of color #B696FA: hue angle of 259.2º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B696FA is Cyan = 0.27, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 150 250 -
CMYK 0.27 0.4 0 0.02
HSL 259.2º 0.91% 0.78% -
HSV(B) 259.2º 0.4% 0.98% -
XYZ 47.45 38.66 95.4 -
YUV 170.97 172.6 135.87 -
System Red Green Blue C M Y K H S L
Decimal 182 150 250 0.27 0.4 0 0.02 259.2 0.91 0.78
Hex B6 96 FA 1B 28 0 2 103 5B 4E
Octal 266 226 372 33 50 0 2 403 133 116
Binary 10110110 10010110 11111010 11011 101000 0 10 100000011 1011011 1001110

Color Harmonies of #B696FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B696FA

Black with #B696FA

Text Example


Text Example

White with #B696FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B696FA; }

 p { color: rgb(182,150,250); }

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

background-color css

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

 a { background-color: rgb(182,150,250); }

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

border-color css

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

 span { border-color: rgb(182,150,250); }

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