Html Css Color HEX #B68EFE Biloba Flower

📋 copy color: '#B68EFE'

red 182 ◦ green 142 ◦ blue 254

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

Shades of Biloba Flower #B68EFE

Tints of Biloba Flower #B68EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.94%

R = 31.49%
G = 24.57%
B = 43.94%

CMYK

 C value IS 0.28

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B68EFE (or 0xB68EFE) is known color: Biloba Flower. HEX triplet: B6, 8E and FE. RGB value is (182,142,254). Sum of RGB (Red+Green+Blue) = 182+142+254=578 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.49% from 578); Green value is 142 (55.86% from 255 or 24.57% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #B68EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68EFE is #497101. Grayscale: #A6A6A6. Windows color (decimal): -4813058 or 16682678. OLE color: 16682678.

HSL color Cylindrical-coordinate representation of color #B68EFE: hue angle of 261.43º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B68EFE is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 182 142 254 -
CMYK 0.28 0.44 0 0.00
HSL 261.43º 0.98% 0.78% -
HSV(B) 261.43º 0.44% 1% -
XYZ 46.85 36.45 98.33 -
YUV 166.73 177.25 138.89 -
System Red Green Blue C M Y K H S L
Decimal 182 142 254 0.28 0.44 0 0.00 261.43 0.98 0.78
Hex B6 8E FE 1C 2C 0 0 105 62 4E
Octal 266 216 376 34 54 0 0 405 142 116
Binary 10110110 10001110 11111110 11100 101100 0 0 100000101 1100010 1001110

Color Harmonies of #B68EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68EFE

Black with #B68EFE

Text Example


Text Example

White with #B68EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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