Html Css Color HEX #B68CFE Biloba Flower

📋 copy color: '#B68CFE'

red 182 ◦ green 140 ◦ blue 254

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

Shades of Biloba Flower #B68CFE

Tints of Biloba Flower #B68CFE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.31%

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

R = 31.6%
G = 24.31%
B = 44.1%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B68CFE (or 0xB68CFE) is known color: Biloba Flower. HEX triplet: B6, 8C and FE. RGB value is (182,140,254). Sum of RGB (Red+Green+Blue) = 182+140+254=576 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.60% from 576); Green value is 140 (55.08% from 255 or 24.31% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #B68CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68CFE is #497301. Grayscale: #A5A5A5. Windows color (decimal): -4813570 or 16682166. OLE color: 16682166.

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

Color convert

RGB 182 140 254 -
CMYK 0.28 0.45 0 0.00
HSL 262.11º 0.98% 0.77% -
HSV(B) 262.11º 0.45% 1% -
XYZ 46.56 35.86 98.23 -
YUV 165.55 177.91 139.73 -
System Red Green Blue C M Y K H S L
Decimal 182 140 254 0.28 0.45 0 0.00 262.11 0.98 0.77
Hex B6 8C FE 1C 2D 0 0 106 62 4D
Octal 266 214 376 34 55 0 0 406 142 115
Binary 10110110 10001100 11111110 11100 101101 0 0 100000110 1100010 1001101

Color Harmonies of #B68CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68CFE

Black with #B68CFE

Text Example


Text Example

White with #B68CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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