Html Css Color HEX #B695ED Biloba Flower

📋 copy color: '#B695ED'

red 182 ◦ green 149 ◦ blue 237

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

Shades of Biloba Flower #B695ED

Tints of Biloba Flower #B695ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.73%

R = 32.04%
G = 26.23%
B = 41.73%

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

#B695ED (or 0xB695ED) is known color: Biloba Flower. HEX triplet: B6, 95 and ED. RGB value is (182,149,237). Sum of RGB (Red+Green+Blue) = 182+149+237=568 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.04% from 568); Green value is 149 (58.59% from 255 or 26.23% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #B695ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B695ED is #496A12. Grayscale: #A8A8A8. Windows color (decimal): -4811283 or 15570358. OLE color: 15570358.

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

Color convert

RGB 182 149 237 -
CMYK 0.23 0.37 0 0.07
HSL 262.5º 0.71% 0.76% -
HSV(B) 262.5º 0.37% 0.93% -
XYZ 45.32 37.55 84.98 -
YUV 168.9 166.43 137.34 -
System Red Green Blue C M Y K H S L
Decimal 182 149 237 0.23 0.37 0 0.07 262.5 0.71 0.76
Hex B6 95 ED 17 25 0 7 106 47 4C
Octal 266 225 355 27 45 0 7 406 107 114
Binary 10110110 10010101 11101101 10111 100101 0 111 100000110 1000111 1001100

Color Harmonies of #B695ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B695ED

Black with #B695ED

Text Example


Text Example

White with #B695ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B695ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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