Html Css Color HEX #B68FF5 Biloba Flower

📋 copy color: '#B68FF5'

red 182 ◦ green 143 ◦ blue 245

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

Shades of Biloba Flower #B68FF5

Tints of Biloba Flower #B68FF5

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.09%

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

R = 31.93%
G = 25.09%
B = 42.98%

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

#B68FF5 (or 0xB68FF5) is known color: Biloba Flower. HEX triplet: B6, 8F and F5. RGB value is (182,143,245). Sum of RGB (Red+Green+Blue) = 182+143+245=570 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.93% from 570); Green value is 143 (56.25% from 255 or 25.09% from 570); Blue value is 245 (96.09% from 255 or 42.98% from 570); Max value from RGB is 245 - color contains mainly: blue. Hex color #B68FF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68FF5 is #49700A. Grayscale: #A5A5A5. Windows color (decimal): -4812811 or 16093110. OLE color: 16093110.

HSL color Cylindrical-coordinate representation of color #B68FF5: hue angle of 262.94º 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 #B68FF5 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 182 143 245 -
CMYK 0.26 0.42 0 0.04
HSL 262.94º 0.84% 0.76% -
HSV(B) 262.94º 0.42% 0.96% -
XYZ 45.6 36.18 90.97 -
YUV 166.29 172.42 139.21 -
System Red Green Blue C M Y K H S L
Decimal 182 143 245 0.26 0.42 0 0.04 262.94 0.84 0.76
Hex B6 8F F5 1A 2A 0 4 107 54 4C
Octal 266 217 365 32 52 0 4 407 124 114
Binary 10110110 10001111 11110101 11010 101010 0 100 100000111 1010100 1001100

Color Harmonies of #B68FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68FF5

Black with #B68FF5

Text Example


Text Example

White with #B68FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68FF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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