Html Css Color HEX #B68DF6 Biloba Flower

📋 copy color: '#B68DF6'

red 182 ◦ green 141 ◦ blue 246

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

Shades of Biloba Flower #B68DF6

Tints of Biloba Flower #B68DF6

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.78%

 BLUE value IS 246 (96.48% from 255) = 43.23%

R = 31.99%
G = 24.78%
B = 43.23%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B68DF6 (or 0xB68DF6) is known color: Biloba Flower. HEX triplet: B6, 8D and F6. RGB value is (182,141,246). Sum of RGB (Red+Green+Blue) = 182+141+246=569 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.99% from 569); Green value is 141 (55.47% from 255 or 24.78% from 569); Blue value is 246 (96.48% from 255 or 43.23% from 569); Max value from RGB is 246 - color contains mainly: blue. Hex color #B68DF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68DF6 is #497209. Grayscale: #A4A4A4. Windows color (decimal): -4813322 or 16158134. OLE color: 16158134.

HSL color Cylindrical-coordinate representation of color #B68DF6: hue angle of 263.43º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B68DF6 is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 182 141 246 -
CMYK 0.26 0.43 0 0.04
HSL 263.43º 0.85% 0.76% -
HSV(B) 263.43º 0.43% 0.96% -
XYZ 45.45 35.65 91.67 -
YUV 165.23 173.58 139.96 -
System Red Green Blue C M Y K H S L
Decimal 182 141 246 0.26 0.43 0 0.04 263.43 0.85 0.76
Hex B6 8D F6 1A 2B 0 4 107 55 4C
Octal 266 215 366 32 53 0 4 407 125 114
Binary 10110110 10001101 11110110 11010 101011 0 100 100000111 1010101 1001100

Color Harmonies of #B68DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68DF6

Black with #B68DF6

Text Example


Text Example

White with #B68DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68DF6; }

 p { color: rgb(182,141,246); }

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

background-color css

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

 a { background-color: rgb(182,141,246); }

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

border-color css

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

 span { border-color: rgb(182,141,246); }

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