Html Css Color HEX #B694F0 Biloba Flower

📋 copy color: '#B694F0'

red 182 ◦ green 148 ◦ blue 240

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

Shades of Biloba Flower #B694F0

Tints of Biloba Flower #B694F0

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.96%

 BLUE value IS 240 (94.14% from 255) = 42.11%

R = 31.93%
G = 25.96%
B = 42.11%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B694F0 (or 0xB694F0) is known color: Biloba Flower. HEX triplet: B6, 94 and F0. RGB value is (182,148,240). Sum of RGB (Red+Green+Blue) = 182+148+240=570 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.93% from 570); Green value is 148 (58.20% from 255 or 25.96% from 570); Blue value is 240 (94.14% from 255 or 42.11% from 570); Max value from RGB is 240 - color contains mainly: blue. Hex color #B694F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B694F0 is #496B0F. Grayscale: #A8A8A8. Windows color (decimal): -4811536 or 15766710. OLE color: 15766710.

HSL color Cylindrical-coordinate representation of color #B694F0: hue angle of 262.17º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B694F0 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 182 148 240 -
CMYK 0.24 0.38 0 0.06
HSL 262.17º 0.75% 0.76% -
HSV(B) 262.17º 0.38% 0.94% -
XYZ 45.61 37.42 87.26 -
YUV 168.65 168.26 137.52 -
System Red Green Blue C M Y K H S L
Decimal 182 148 240 0.24 0.38 0 0.06 262.17 0.75 0.76
Hex B6 94 F0 18 26 0 6 106 4B 4C
Octal 266 224 360 30 46 0 6 406 113 114
Binary 10110110 10010100 11110000 11000 100110 0 110 100000110 1001011 1001100

Color Harmonies of #B694F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B694F0

Black with #B694F0

Text Example


Text Example

White with #B694F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B694F0; }

 p { color: rgb(182,148,240); }

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

background-color css

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

 a { background-color: rgb(182,148,240); }

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

border-color css

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

 span { border-color: rgb(182,148,240); }

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