Html Css Color HEX #B695FA Biloba Flower

📋 copy color: '#B695FA'

red 182 ◦ green 149 ◦ blue 250

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

Shades of Biloba Flower #B695FA

Tints of Biloba Flower #B695FA

RGB

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

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

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

R = 31.33%
G = 25.65%
B = 43.03%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B695FA (or 0xB695FA) is known color: Biloba Flower. HEX triplet: B6, 95 and FA. RGB value is (182,149,250). Sum of RGB (Red+Green+Blue) = 182+149+250=581 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.33% from 581); Green value is 149 (58.59% from 255 or 25.65% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #B695FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B695FA is #496A05. Grayscale: #AAAAAA. Windows color (decimal): -4811270 or 16422326. OLE color: 16422326.

HSL color Cylindrical-coordinate representation of color #B695FA: hue angle of 259.6º 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 #B695FA is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 149 250 -
CMYK 0.27 0.40 0 0.02
HSL 259.6º 0.91% 0.78% -
HSV(B) 259.6º 0.4% 0.98% -
XYZ 47.29 38.34 95.35 -
YUV 170.38 172.93 136.29 -
System Red Green Blue C M Y K H S L
Decimal 182 149 250 0.27 0.40 0 0.02 259.6 0.91 0.78
Hex B6 95 FA 1B 28 0 2 104 5B 4E
Octal 266 225 372 33 50 0 2 404 133 116
Binary 10110110 10010101 11111010 11011 101000 0 10 100000100 1011011 1001110

Color Harmonies of #B695FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B695FA

Black with #B695FA

Text Example


Text Example

White with #B695FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B695FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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