Html Css Color HEX #B68DF0 Biloba Flower

📋 copy color: '#B68DF0'

red 182 ◦ green 141 ◦ blue 240

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

Shades of Biloba Flower #B68DF0

Tints of Biloba Flower #B68DF0

RGB

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

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

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

R = 32.33%
G = 25.04%
B = 42.63%

CMYK

 C value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B68DF0 (or 0xB68DF0) is known color: Biloba Flower. HEX triplet: B6, 8D and F0. RGB value is (182,141,240). Sum of RGB (Red+Green+Blue) = 182+141+240=563 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.33% from 563); Green value is 141 (55.47% from 255 or 25.04% from 563); Blue value is 240 (94.14% from 255 or 42.63% from 563); Max value from RGB is 240 - color contains mainly: blue. Hex color #B68DF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68DF0 is #49720F. Grayscale: #A4A4A4. Windows color (decimal): -4813328 or 15764918. OLE color: 15764918.

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

Color convert

RGB 182 141 240 -
CMYK 0.24 0.41 0 0.06
HSL 264.85º 0.77% 0.75% -
HSV(B) 264.85º 0.41% 0.94% -
XYZ 44.54 35.29 86.9 -
YUV 164.55 170.58 140.45 -
System Red Green Blue C M Y K H S L
Decimal 182 141 240 0.24 0.41 0 0.06 264.85 0.77 0.75
Hex B6 8D F0 18 29 0 6 109 4D 4B
Octal 266 215 360 30 51 0 6 411 115 113
Binary 10110110 10001101 11110000 11000 101001 0 110 100001001 1001101 1001011

Color Harmonies of #B68DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68DF0

Black with #B68DF0

Text Example


Text Example

White with #B68DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68DF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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