Html Css Color HEX #B68DF1 Biloba Flower

📋 copy color: '#B68DF1'

red 182 ◦ green 141 ◦ blue 241

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

Shades of Biloba Flower #B68DF1

Tints of Biloba Flower #B68DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 42.73%

R = 32.27%
G = 25%
B = 42.73%

CMYK

 C value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B68DF1 (or 0xB68DF1) is known color: Biloba Flower. HEX triplet: B6, 8D and F1. RGB value is (182,141,241). Sum of RGB (Red+Green+Blue) = 182+141+241=564 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.27% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #B68DF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68DF1 is #49720E. Grayscale: #A4A4A4. Windows color (decimal): -4813327 or 15830454. OLE color: 15830454.

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

Color convert

RGB 182 141 241 -
CMYK 0.24 0.41 0 0.05
HSL 264.6º 0.78% 0.75% -
HSV(B) 264.6º 0.41% 0.95% -
XYZ 44.69 35.35 87.69 -
YUV 164.66 171.08 140.37 -
System Red Green Blue C M Y K H S L
Decimal 182 141 241 0.24 0.41 0 0.05 264.6 0.78 0.75
Hex B6 8D F1 18 29 0 5 109 4E 4B
Octal 266 215 361 30 51 0 5 411 116 113
Binary 10110110 10001101 11110001 11000 101001 0 101 100001001 1001110 1001011

Color Harmonies of #B68DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68DF1

Black with #B68DF1

Text Example


Text Example

White with #B68DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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