Html Css Color HEX #B68AF6 Biloba Flower

📋 copy color: '#B68AF6'

red 182 ◦ green 138 ◦ blue 246

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

Shades of Biloba Flower #B68AF6

Tints of Biloba Flower #B68AF6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.38%

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

R = 32.16%
G = 24.38%
B = 43.46%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B68AF6 (or 0xB68AF6) is known color: Biloba Flower. HEX triplet: B6, 8A and F6. RGB value is (182,138,246). Sum of RGB (Red+Green+Blue) = 182+138+246=566 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.16% from 566); Green value is 138 (54.30% from 255 or 24.38% from 566); Blue value is 246 (96.48% from 255 or 43.46% from 566); Max value from RGB is 246 - color contains mainly: blue. Hex color #B68AF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68AF6 is #497509. Grayscale: #A3A3A3. Windows color (decimal): -4814090 or 16157366. OLE color: 16157366.

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

Color convert

RGB 182 138 246 -
CMYK 0.26 0.44 0 0.04
HSL 264.44º 0.86% 0.75% -
HSV(B) 264.44º 0.44% 0.96% -
XYZ 45.01 34.78 91.53 -
YUV 163.47 174.58 141.22 -
System Red Green Blue C M Y K H S L
Decimal 182 138 246 0.26 0.44 0 0.04 264.44 0.86 0.75
Hex B6 8A F6 1A 2C 0 4 108 56 4B
Octal 266 212 366 32 54 0 4 410 126 113
Binary 10110110 10001010 11110110 11010 101100 0 100 100001000 1010110 1001011

Color Harmonies of #B68AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68AF6

Black with #B68AF6

Text Example


Text Example

White with #B68AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68AF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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