Html Css Color HEX #B68BE7 Biloba Flower

📋 copy color: '#B68BE7'

red 182 ◦ green 139 ◦ blue 231

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

Shades of Biloba Flower #B68BE7

Tints of Biloba Flower #B68BE7

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.18%

 BLUE value IS 231 (90.63% from 255) = 41.85%

R = 32.97%
G = 25.18%
B = 41.85%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B68BE7 (or 0xB68BE7) is known color: Biloba Flower. HEX triplet: B6, 8B and E7. RGB value is (182,139,231). Sum of RGB (Red+Green+Blue) = 182+139+231=552 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.97% from 552); Green value is 139 (54.69% from 255 or 25.18% from 552); Blue value is 231 (90.62% from 255 or 41.85% from 552); Max value from RGB is 231 - color contains mainly: blue. Hex color #B68BE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68BE7 is #497418. Grayscale: #A2A2A2. Windows color (decimal): -4813849 or 15174582. OLE color: 15174582.

HSL color Cylindrical-coordinate representation of color #B68BE7: hue angle of 268.04º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B68BE7 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 182 139 231 -
CMYK 0.21 0.40 0 0.09
HSL 268.04º 0.66% 0.73% -
HSV(B) 268.04º 0.4% 0.91% -
XYZ 42.95 34.18 79.94 -
YUV 162.35 166.75 142.02 -
System Red Green Blue C M Y K H S L
Decimal 182 139 231 0.21 0.40 0 0.09 268.04 0.66 0.73
Hex B6 8B E7 15 28 0 9 10C 42 49
Octal 266 213 347 25 50 0 11 414 102 111
Binary 10110110 10001011 11100111 10101 101000 0 1001 100001100 1000010 1001001

Color Harmonies of #B68BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68BE7

Black with #B68BE7

Text Example


Text Example

White with #B68BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68BE7; }

 p { color: rgb(182,139,231); }

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

background-color css

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

 a { background-color: rgb(182,139,231); }

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

border-color css

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

 span { border-color: rgb(182,139,231); }

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