Html Css Color HEX #B68EF5 Biloba Flower

📋 copy color: '#B68EF5'

red 182 ◦ green 142 ◦ blue 245

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

Shades of Biloba Flower #B68EF5

Tints of Biloba Flower #B68EF5

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.96%

 BLUE value IS 245 (96.09% from 255) = 43.06%

R = 31.99%
G = 24.96%
B = 43.06%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B68EF5 (or 0xB68EF5) is known color: Biloba Flower. HEX triplet: B6, 8E and F5. RGB value is (182,142,245). Sum of RGB (Red+Green+Blue) = 182+142+245=569 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.99% from 569); Green value is 142 (55.86% from 255 or 24.96% from 569); Blue value is 245 (96.09% from 255 or 43.06% from 569); Max value from RGB is 245 - color contains mainly: blue. Hex color #B68EF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68EF5 is #49710A. Grayscale: #A5A5A5. Windows color (decimal): -4813067 or 16092854. OLE color: 16092854.

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

Color convert

RGB 182 142 245 -
CMYK 0.26 0.42 0 0.04
HSL 263.3º 0.84% 0.76% -
HSV(B) 263.3º 0.42% 0.96% -
XYZ 45.45 35.88 90.92 -
YUV 165.7 172.75 139.62 -
System Red Green Blue C M Y K H S L
Decimal 182 142 245 0.26 0.42 0 0.04 263.3 0.84 0.76
Hex B6 8E F5 1A 2A 0 4 107 54 4C
Octal 266 216 365 32 52 0 4 407 124 114
Binary 10110110 10001110 11110101 11010 101010 0 100 100000111 1010100 1001100

Color Harmonies of #B68EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68EF5

Black with #B68EF5

Text Example


Text Example

White with #B68EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68EF5; }

 p { color: rgb(182,142,245); }

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

background-color css

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

 a { background-color: rgb(182,142,245); }

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

border-color css

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

 span { border-color: rgb(182,142,245); }

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